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 | 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 |
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:
Union[ str, Callable[ ..., Awaitable[ Any]]]
) -> Tuple[ str, Optional[ Type]]
:
(source)
¶
Undocumented
@staticmethod
def from_run_fn(fn:
def from_run_fn(fn:
Callable[ ..., Awaitable[ Any]]
) -> Optional[ _Definition]
:
(source)
¶
Undocumented
@staticmethod
def _apply_to_class(cls:
def _apply_to_class(cls:
Type
, *, workflow_name: Optional[ str]
, sandboxed: bool
, failure_exception_types: Sequence[ Type[ BaseException]]
):
(source)
¶
Undocumented