Contents:
call()
caller()
catch()
frame()
get_attrs()
get_or_set_attr()
inherit()
nolock()
ret()
side()
side_func()
this()
throw()
to_async()
Functions
call(f, *args, **kwargs)
call
caller(f, *args, **kwargs)
caller
ret
side(value, *_, **__)
side
side_func(value, *_, **__)
side_func
Classes
ParamSpec(name, *[, bound, covariant, ...])
ParamSpec
Parameter specification variable.
TypeVar(name, *constraints[, bound, ...])
TypeVar
Type variable.
TypeVar(T)
T
Callable[..., TypeVar(T)]
Callable
...
Callable[[TypeVar(T)], TypeVar(T)]