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

Method __init__

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

Source from the content-addressed store, hash-verified

215 EXPLICIT_NEST: Final = 1
216
217 def __init__(self) -> None:
218 self._flags: dict[str, dict[Any, Any]] = {}
219 self._pending_flags: set[tuple[Key, int]] = set()
220
221 def add_pending(self, key: Key, flag: int) -> None:
222 self._pending_flags.add((key, flag))

Callers 1

__init__Method · 0.45

Calls 1

setFunction · 0.85

Tested by

no test coverage detected