class documentation

class PyStaticMethod(PyMethod):

View In Hierarchy

Description of a staticmethod.
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
def run(self):

Undocumented

Returns
List[Node]Undocumented
option_spec: OptionSpec =
name: str =

Undocumented