pynenc.identifiers.task_id¶
Module Contents¶
Classes¶
Structured identifier for a task. |
Data¶
API¶
- pynenc.identifiers.task_id.TASK_ID_SEPARATOR¶
‘.’
- class pynenc.identifiers.task_id.TaskId[source]¶
Structured identifier for a task.
- Parameters:
- config_key() str¶
Key used for config file lookups, using ‘.’ as separator.
Config files (YAML/JSON) use dot notation for task-specific settings, e.g.
module_name.task_name.
- classmethod from_key(key: str) pynenc.identifiers.task_id.TaskId[source]¶