narupatools.core.event¶
Event-based callback system with support for typing.
Classes
|
Class which stores a set of callbacks, which are invoked when an event is published. |
|
Protocol describing an event as seen from an external class. |
Exceptions
|
Error thrown when a callback is missing a named parameter. |