class documentation

Undocumented

Static Method from_callable Undocumented
Static Method must_from_callable Undocumented
Method __post_init__ Undocumented
Class Variable arg_types Undocumented
Class Variable fn Undocumented
Class Variable is_async Undocumented
Class Variable name Undocumented
Class Variable no_thread_cancel_exception Undocumented
Class Variable ret_type Undocumented
Static Method _apply_to_callable Undocumented

Undocumented

@staticmethod
def must_from_callable(fn: Callable) -> _Definition: (source)

Undocumented

def __post_init__(self): (source)

Undocumented

Undocumented

Undocumented

is_async: bool = (source)

Undocumented

Undocumented

no_thread_cancel_exception: bool = (source)

Undocumented

Undocumented

@staticmethod
def _apply_to_callable(fn: Callable, *, activity_name: Optional[str], no_thread_cancel_exception: bool = False): (source)

Undocumented