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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.45

Calls 1

setFunction · 0.85

Tested by

no test coverage detected