class documentation

class Enabled:

Constructor: Enabled(value)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method bind Undocumented
Instance Variable value Undocumented
Property exec Undocumented
Property func Undocumented
Property running Undocumented
Property suspended Undocumented
def __init__(self, value: T):

Undocumented

def __repr__(self) -> str:

Undocumented

def bind(self, func: Callable[[T], U]) -> Enabled[U]:

Undocumented

value: Final[T] =

Undocumented

@property
exec: T =

Undocumented

@property
func: Init | Lfnc | Rfnc | Coro =

Undocumented

@property
running: bool =

Undocumented

@property
suspended: bool =

Undocumented