events module#
Lightweight event system to support plug-in modules.
Modules with listeners must be imported for the listeners to be active.
Any event with setup in the name is guaranteed to never be called more than once (which could be not at all).
- get(name: str) list[EventListener][source]#