class PyProperty(PyObject):
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 | handle_signature |
Transform a Python signature into RST nodes. |
Class Variable | option_spec |
Undocumented |
Inherited from PyObject
:
Method | add_target_and_index |
Undocumented |
Method | after_content |
Handle object de-nesting after content |
Method | before_content |
Handle object nesting before content |
Method | needs_arglist |
May return true if an empty argument list is to be generated even if the document contains none. |
Class Variable | allow_nesting |
Class is an object that allows for nested namespaces |
Class Variable | doc_field_types |
Undocumented |
Parameters | |
modname:str | Undocumented |
name_cls:Tuple[ | Undocumented |
Returns | |
str | Undocumented |
Parameters | |
sig:str | Undocumented |
Returns | |
List[ | Undocumented |
Transform a Python signature into RST nodes.
Return (fully qualified name of the thing, classname if any).
If inside a class, the current class name is handled intelligently: * it is stripped from the displayed name if present * it is added to the full name (return value) if not present
Parameters | |
sig:str | Undocumented |
signode:desc_signature | Undocumented |
Returns | |
Tuple[ | Undocumented |