class PyClasslike(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. |
Class Variable | allow_nesting |
Undocumented |
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 | handle_signature |
Transform a Python signature into RST nodes. |
Method | needs_arglist |
May return true if an empty argument list is to be generated even if the document contains none. |
Class Variable | doc_field_types |
Undocumented |
Parameters | |
modname:str | Undocumented |
name_cls:Tuple[ | Undocumented |
Returns | |
str | Undocumented |