class desc_inline(_desc_classes_injector, nodes.Inline, nodes.TextElement):
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 |