class documentation

Undocumented

Static Method from_class Undocumented
Static Method from_run_fn Undocumented
Static Method must_from_class Undocumented
Static Method must_from_run_fn Undocumented
Method __post_init__ Undocumented
Class Variable arg_types Undocumented
Class Variable cls Undocumented
Class Variable name Undocumented
Class Variable queries Undocumented
Class Variable ret_type Undocumented
Class Variable run_fn Undocumented
Class Variable sandboxed Undocumented
Class Variable signals Undocumented
Class Variable updates Undocumented
Static Method _apply_to_class Undocumented

Undocumented

Undocumented

@staticmethod
def must_from_class(cls: Type) -> _Definition: (source)

Undocumented

@staticmethod
def must_from_run_fn(fn: Callable[..., Awaitable[Any]]) -> _Definition: (source)

Undocumented

def __post_init__(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

sandboxed: bool = (source)

Undocumented

@staticmethod
def _apply_to_class(cls: Type, *, workflow_name: Optional[str], sandboxed: bool): (source)

Undocumented