class documentation

class EventConstants(Enum): (source)

View In Hierarchy

Undocumented

Constant EXT_CONTINUE Undocumented
Constant EXT_SKIP Undocumented
Constant EXT_STOP Undocumented
Constant NO_KEY indicates an :class:`.AttributeEvent` event that did not have any key argument.
EXT_CONTINUE: int = (source)

Undocumented

Value
1
EXT_SKIP: int = (source)

Undocumented

Value
3
EXT_STOP: int = (source)

Undocumented

Value
2

indicates an :class:`.AttributeEvent` event that did not have any key argument. .. versionadded:: 2.0

Value
4