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

Method finalize_pending

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

Source from the content-addressed store, hash-verified

221 self._pending_flags.add((key, flag))
222
223 def finalize_pending(self) -> None:
224 for key, flag in self._pending_flags:
225 self.set(key, flag, recursive=False)
226 self._pending_flags.clear()
227
228 def unset_all(self, key: Key) -> None:
229 cont = self._flags

Callers 1

loadsFunction · 0.80

Calls 2

setMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected