class documentation

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): (source)

Undocumented

Parameters
domain:strUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented