MCPcopy Index your code
hub / github.com/RustPython/RustPython / Output

Class Output

Lib/tomllib/_parser.py:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

loadsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected