MCPcopy
hub / github.com/sphinx-doc/sphinx / __init__

Method __init__

sphinx/addnodes.py:340–347  ·  view source on GitHub ↗
(
        self,
        rawsource: str = '',
        text: str = ' ',
        *children: Element,
        **attributes: Any,
    )

Source from the content-addressed store, hash-verified

338 classes = ['w']
339
340 def __init__(
341 self,
342 rawsource: str = '',
343 text: str = ' ',
344 *children: Element,
345 **attributes: Any,
346 ) -> None:
347 super().__init__(rawsource, text, *children, **attributes)
348
349
350class desc_sig_name(desc_sig_element, _sig_element=True):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected