unilab.utils.support_matrix.EntrypointSpec

class unilab.utils.support_matrix.EntrypointSpec[source]

Bases: object

EntrypointSpec(entrypoint_id: ‘str’, label: ‘str’, config_dir: ‘str’, task_glob: ‘str’, generic_tested: ‘bool’ = False)

Parameters:
  • entrypoint_id (str)

  • label (str)

  • config_dir (str)

  • task_glob (str)

  • generic_tested (bool)

Methods

__init__(entrypoint_id, label, config_dir, ...)

Attributes

entrypoint_id: str
label: str
config_dir: str
task_glob: str
generic_tested: bool = False
__init__(entrypoint_id, label, config_dir, task_glob, generic_tested=False)
Parameters:
  • entrypoint_id (str)

  • label (str)

  • config_dir (str)

  • task_glob (str)

  • generic_tested (bool)