EnterExitCallInfo

class app.util.helpers.enter_exit_call.EnterExitCallInfo[source]

Bases: NamedTuple

EnterExitCallInfo(mthd, args, kwargs)

Inheritance diagram of EnterExitCallInfo

Inheritance Diagram for EnterExitCallInfo

Methods

Attributes

args

Alias for field number 1

kwargs

Alias for field number 2

mthd

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)

args: Iterable | None

Alias for field number 1

kwargs: Mapping | None

Alias for field number 2

mthd: Callable

Alias for field number 0