PlatformEventManager
Index
Methods
Methods
__aenter__
Returns Self
__aexit__
Parameters
optionalkeyword-onlyexc_type: type[BaseException] | None
optionalkeyword-onlyexc_value: BaseException | None
optionalkeyword-onlyexc_traceback: TracebackType | None
Returns None
__init__
Create an instance of the EventManager.
Parameters
optionalkeyword-onlyconfig: Configuration
The Actor configuration to be used in this event manager.
Returns None
A class for managing Actor events.
You shouldn't use this class directly, but instead use it via the
Actor.on()
andActor.off()
methods.