AdapterType#
- class carb.events.AdapterType#
Bases:
pybind11_objectMembers:
DISPATCH : Dispatch-only adapter.
PUSH_PUMP : Push/pump adapter.
FULL : Full adapter (push and pop).
FULL_ALIAS : Full adapter with event name aliasing.
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.events._events.AdapterType,
- value: int,
- property name#