class documentation

class _SignalDefinition: (source)

View In Hierarchy

Undocumented

Static Method from_fn Undocumented
Static Method must_name_from_fn_or_str Undocumented
Method __post_init__ Undocumented
Method bind_fn Undocumented
Class Variable arg_types Undocumented
Class Variable dynamic_vararg Undocumented
Class Variable fn Undocumented
Class Variable is_method Undocumented
Class Variable name Undocumented
@staticmethod
def must_name_from_fn_or_str(signal: Union[str, Callable]) -> str: (source)

Undocumented

def __post_init__(self): (source)

Undocumented

def bind_fn(self, obj: Any) -> Callable[..., Any]: (source)

Undocumented

Undocumented

dynamic_vararg: bool = (source)

Undocumented

is_method: bool = (source)

Undocumented

Undocumented