Home | Trees | Indices | Help |
|
---|
|
object --+ | Hook
A callback and its metadata: failsafe, priority, and kwargs.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
callback = None The bare callable that this Hook object is wrapping, which will be called when the Hook is called. |
|||
failsafe = False If True, the callback is guaranteed to run even if other callbacks from the same call point raise exceptions. |
|||
priority = 50 Defines the order of execution for a list of Hooks. |
|||
kwargs =
A set of keyword arguments that will be passed to the callable on each call. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
priorityDefines the order of execution for a list of Hooks. Priority numbers should be limited to the closed interval [0, 100], but values outside this range are acceptable, as are fractional values.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 1 16:24:00 2014 | http://epydoc.sourceforge.net |