Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
299
class
Output:
300
def
__init__(self) -> None:
301
self.data = NestedDict()
302
self.flags = Flags()
303
304
305
def
skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos:
Callers
1
loads
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected