package documentation
Utilities that can decorate or be called inside workflows.
| Module | _activities |
No module docstring; 12/12 functions, 4/4 classes documented |
| Module | _asyncio |
No module docstring; 2/2 functions documented |
| Module | _context |
No module docstring; 29/29 functions, 4/4 classes documented |
| Module | _definition |
No module docstring; 4/4 functions, 1/1 class documented |
| Module | _exceptions |
No module docstring; 2/2 exceptions, 2/2 classes documented |
| Module | _handlers |
No module docstring; 3/3 functions, 2/2 exceptions, 2/2 classes documented |
| Module | _nexus |
No module docstring; 1/1 function, 3/3 classes documented |
| Module | _sandbox |
No module docstring; 1/1 variable, 3/3 classes documented |
| Module | _workflow |
No module docstring; 18/18 functions, 1/1 exception, 5/5 classes documented |
From __init__.py:
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Class | |
Generic callable type. |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
| Variable | |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
No class docstring; 0/2 instance variable, 1/3 method documented |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
| Exception | _ |
Undocumented |
| Function | _assert |
Undocumented |
| Function | _bind |
Undocumented |
| Function | _build |
Build the msg_extra suffix and extra dict entries for a temporal log record. |
| Function | _is |
Undocumented |
| Function | _parameters |
Return True if the functions have identical parameter lists, ignoring parameter names. |
| Function | _release |
Undocumented |
| Function | _set |
Undocumented |
| Function | _update |
Decorator for a workflow update validator method. |
| Async Function | _wait |
Undocumented |
| Type Variable | _FT |
Undocumented |
| Variable | _current |
Undocumented |
| Variable | _imports |
Undocumented |
| Variable | _in |
Undocumented |
| Variable | _sandbox |
Undocumented |
| Variable | _sandbox |
Undocumented |
def _assert_dynamic_handler_args(fn:
Callable, arg_types: list[ type] | None, is_method: bool) -> bool:
(source)
¶
Undocumented
def _update_validator(update_def:
_UpdateDefinition, fn: Callable[ ..., None] | None = None) -> Callable[ ..., None] | None:
(source)
¶
Decorator for a workflow update validator method.
async def _wait(fs:
Iterable[ asyncio.Future | asyncio.Task], timeout: float | None, return_when: str, loop: asyncio.AbstractEventLoop) -> tuple[ list, list]:
(source)
¶
Undocumented