MCPcopy
hub / github.com/pyodide/pyodide / popitem

Method popitem

src/py/_pyodide/_core_docs.py:1170–1174  ·  view source on GitHub ↗

Remove some arbitrary ``key, value`` pair from the map and returns the ``(key, value)`` tuple.

(self)

Source from the content-addressed store, hash-verified

1168 raise NotImplementedError
1169
1170 def popitem(self) -> tuple[KT, VT]:
1171 """Remove some arbitrary ``key, value`` pair from the map and returns the
1172 ``(key, value)`` tuple.
1173 """
1174 raise NotImplementedError
1175
1176 def clear(self) -> None:
1177 """Empty out the map entirely."""

Callers 2

test_mappingsFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_mappingsFunction · 0.64