Path 1: 2310 calls (1.0)
→ doc Const (2175) None (135)
1def __init__(self, doc: nodes.Const | None) -> None: 2 docstring: str = doc.value if doc else "" 3 self.doc = docstring.expandtabs()