MCPcopy
hub / github.com/pyodide/pyodide / keys

Method keys

src/py/_pyodide/_core_docs.py:1101–1103  ·  view source on GitHub ↗

Return a :py:class:`~collections.abc.KeysView` for the map.

(self)

Source from the content-addressed store, hash-verified

1099 raise NotImplementedError
1100
1101 def keys(self) -> KeysView[KT]:
1102 """Return a :py:class:`~collections.abc.KeysView` for the map."""
1103 raise NotImplementedError
1104
1105 def items(self) -> ItemsView[KT, VT_co]:
1106 """Return a :py:class:`~collections.abc.ItemsView` for the map."""

Callers 13

get_test_nameFunction · 0.45
check_listFunction · 0.45
test_add_versionFunction · 0.45
mainFunction · 0.45
initializeNativeFSFunction · 0.45
initializePackageIndexFunction · 0.45
loadPackageInnerMethod · 0.45
literal-map.jsFile · 0.45
test_mappingsFunction · 0.45
test_as_py_jsonFunction · 0.45

Calls

no outgoing calls

Tested by 6

get_test_nameFunction · 0.36
test_add_versionFunction · 0.36
test_mappingsFunction · 0.36
test_as_py_jsonFunction · 0.36