class PyFunction(PyObject):
Known subclasses: sphinx.domains.python.PyDecoratorFunction
Method | add_target_and_index |
Undocumented |
Method | get_index_text |
Return the text for the index entry of the object. |
Method | get_signature_prefix |
May return a prefix to put before the object name in the signature. |
Method | needs_arglist |
May return true if an empty argument list is to be generated even if the document contains none. |
Class Variable | option_spec |
Undocumented |
Inherited from PyObject
:
Method | after_content |
Handle object de-nesting after content |
Method | before_content |
Handle object nesting before content |
Method | handle_signature |
Transform a Python signature into RST nodes. |
Class Variable | allow_nesting |
Class is an object that allows for nested namespaces |
Class Variable | doc_field_types |
Undocumented |
Undocumented
Parameters | |
name_cls:Tuple[ | Undocumented |
sig:str | Undocumented |
signode:desc_signature | Undocumented |
Parameters | |
modname:str | Undocumented |
name_cls:Tuple[ | Undocumented |
Returns | |
str | Undocumented |
Parameters | |
sig:str | Undocumented |
Returns | |
List[ | Undocumented |
sphinx.domains.python.PyDecoratorFunction
Returns | |
bool | Undocumented |