BeforeAttributeCheckDecorator

class app.util.helpers.wrappers.BeforeAttributeCheckDecorator[source]

Bases: BeforeDecorator[Concatenate[T, P], R], Generic[T, P, R]

Inheritance diagram of BeforeAttributeCheckDecorator

Inheritance Diagram for BeforeAttributeCheckDecorator

Methods

__init__(**options)

before_attribute_check(wrapped, /, ...)

__init__(**options: Unpack[BeforeAttributeCheckOptions[T, P, R]]) None[source]
Parameters:

options (Unpack[BeforeAttributeCheckOptions[T, P, R]])

Return type:

None

before_attribute_check(wrapped: Wrapped[Concatenate[T, P], R], /, _BeforeAttributeCheckDecorator__p0: T, *args: P, **kwargs: P) None[source]
Parameters:
  • wrapped (Wrapped[Concatenate[T, P], R])

  • _BeforeAttributeCheckDecorator__p0 (T)

  • args (P)

  • kwargs (P)

Return type:

None