class documentation
class _Definition: (source)
Constructors: _Definition.must_from_class(cls), _Definition.must_from_run_fn(fn)
Undocumented
| Class Method | get |
Undocumented |
| Static Method | from |
Undocumented |
| Static Method | from |
Undocumented |
| Static Method | must |
Undocumented |
| Static Method | must |
Undocumented |
| Method | __post |
Undocumented |
| Class Variable | arg |
Undocumented |
| Class Variable | cls |
Undocumented |
| Class Variable | dynamic |
Undocumented |
| Class Variable | failure |
Undocumented |
| Class Variable | name |
Undocumented |
| Class Variable | queries |
Undocumented |
| Class Variable | ret |
Undocumented |
| Class Variable | run |
Undocumented |
| Class Variable | sandboxed |
Undocumented |
| Class Variable | signals |
Undocumented |
| Class Variable | updates |
Undocumented |
| Class Variable | versioning |
Undocumented |
| Static Method | _apply |
Undocumented |
@classmethod
def get_name_and_result_type(cls, name_or_run_fn:
def get_name_and_result_type(cls, name_or_run_fn:
str | Callable[ ..., Awaitable[ Any]]) -> tuple[ str, type | None]:
(source)
¶
Undocumented
@staticmethod
def _apply_to_class(cls:
def _apply_to_class(cls:
type, *, workflow_name: str | None, sandboxed: bool, failure_exception_types: Sequence[ type[ BaseException]], versioning_behavior: temporalio.common.VersioningBehavior):
(source)
¶
Undocumented