events
full name: tenpy.tools.events
parent module:
tenpy.tools
type: module
Classes
|
Handler for an event represented by an instance of this class. |
|
Module description
Event handler.
The EventHandler
just holds a list of functions
which can get called once a certain “event” happens.
Examples are given in the class doc-string.