leads.callback#

Module Contents#

Classes#

API#

class leads.callback.CallbackChain(chain: Self | None = None)[source]#

Bases: object

Initialization

bind_chain(chain: Self | None) None[source]#
super(*args, **kwargs) None[source]#

Call the superior method if there is one. This must be called directly in the corresponding successor method.