MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/tomllib/_parser.py:301–303  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299
300class Output:
301 def __init__(self) -> None:
302 self.data = NestedDict()
303 self.flags = Flags()
304
305
306def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos:

Callers

nothing calls this directly

Calls 2

NestedDictClass · 0.85
FlagsClass · 0.85

Tested by

no test coverage detected