pynenc.identifiers.call_id

Module Contents

Classes

CallId

Identifier for a task call.

API

class pynenc.identifiers.call_id.CallId[source]

Identifier for a task call.

Parameters:
  • task_id (TaskId) – Fully qualified task identifier (module.function)

  • args_id (str) – Hash-based identifier for the argument set

task_id: pynenc.identifiers.task_id.TaskId

None

args_id: str

None

key() str

Composite key for storage and lookup.

classmethod from_key(key: str) pynenc.identifiers.call_id.CallId[source]

Parse a CallId from its composite key.

__str__() str[source]