class PyStaticMethod(PyMethod):
Method | run |
Undocumented |
Class Variable | option_spec |
Undocumented |
Instance Variable | name |
Undocumented |
Inherited from PyMethod
:
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. |
Inherited from PyObject
(via PyMethod
):
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. |
Class Variable | allow_nesting |
Class is an object that allows for nested namespaces |
Class Variable | doc_field_types |
Undocumented |