pytools.sphinx.AutodocBeforeProcessSignature#
- class pytools.sphinx.AutodocBeforeProcessSignature(*args, **kwargs)[source]#
An autodoc processor invoked before processing signatures.
- Bases
- Metaclasses
Method summary
Register this callback to be called when
event
is emitted.Disconnect this callback from its Sphinx application.
Process an event.
Attribute summary
The Sphinx application this callback is connected to.
"autodoc-before-process-signature"
The listener ID of this callback.
Definitions
- connect(app, priority=None)#
Register this callback to be called when
event
is emitted.Registered callbacks will be invoked on event in the order of priority and registration. The priority is ascending order.
- Parameters
- Return type
- Returns
a listener ID that can be used as an argument to
disconnect()
.
- property app: Optional[Any]#
The Sphinx application this callback is connected to.