class documentation

class desc_inline(_desc_classes_injector, nodes.Inline, nodes.TextElement):

View In Hierarchy

Node for a signature fragment in inline text.

This is for example used for roles like :rst:role:`cpp:expr`.

This node always has the classes sig, sig-inline, and the name of the domain it belongs to.

Method __init__ Undocumented
Class Variable classes Undocumented

Inherited from not_smartquotable (via _desc_classes_injector):

Class Variable support​_smartquotes Undocumented
def __init__(self, domain, *args, **kwargs):

Undocumented

Parameters
domain:strUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
classes: list[str] =