Home | Trees | Indices | Help |
|
---|
|
object --+ | Hook
A callback and its metadata: failsafe, priority, and kwargs. 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. kwargs [= {}]: A set of keyword arguments that will be passed to the callable on each call. priority [= 50]: Defines 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.
|
|||
__metaclass__ Metaclass for declaring docstrings for class attributes. |
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
callback = None hash(x) |
|||
callback__doc =
|
|||
failsafe = False
|
|||
failsafe__doc =
|
|||
priority = 50
|
|||
priority__doc =
|
|||
kwargs =
|
|||
kwargs__doc =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
callback__doc
|
failsafe__doc
|
priority__doc
|
kwargs__doc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 29 13:10:27 2010 | http://epydoc.sourceforge.net |