class documentation

class desc_sig_element(nodes.inline, _desc_classes_injector):

Known subclasses: sphinx.addnodes.desc_sig_keyword, sphinx.addnodes.desc_sig_keyword_type, sphinx.addnodes.desc_sig_literal_char, sphinx.addnodes.desc_sig_literal_number, sphinx.addnodes.desc_sig_literal_string, sphinx.addnodes.desc_sig_name, sphinx.addnodes.desc_sig_operator, sphinx.addnodes.desc_sig_punctuation, sphinx.addnodes.desc_sig_space

View In Hierarchy

Common parent class of nodes for inline text of a signature.
Method __init__ Undocumented
Class Variable classes Undocumented

Inherited from not_smartquotable (via _desc_classes_injector):

Class Variable support​_smartquotes Undocumented
def __init__(self, rawsource='', text='', *children, **attributes):

Undocumented

Parameters
rawsource:strUndocumented
text:strUndocumented
*children:ElementUndocumented
**attributes:AnyUndocumented