EnterExitCallInfo
- class app.util.helpers.enter_exit_call.EnterExitCallInfo[source]
Bases:
NamedTuple
EnterExitCallInfo(mthd, args, kwargs)
Inheritance Diagram for EnterExitCallInfo
Methods
Attributes
Alias for field number 1
Alias for field number 2
Alias for field number 0
- static __new__(_cls, mthd: Callable, args: Iterable | None, kwargs: Mapping | None)
Create new instance of EnterExitCallInfo(mthd, args, kwargs)
- Parameters:
mthd (Callable)
args (Iterable | None)
kwargs (Mapping | None)
- mthd: Callable
Alias for field number 0