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