events

  • full name: tenpy.tools.events

  • parent module: tenpy.tools

  • type: module

Classes

Inheritance diagram of tenpy.tools.events

EventHandler([arg_descr])

Handler for an event represented by an instance of this class.

Listener(listener_id, callback, priority, ...)

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.