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

Class Output

Lib/tomllib/_parser.py:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
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 1

loadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…