MCPcopy
hub / github.com/python/mypy / items

Method items

mypyc/test-data/fixtures/ir.py:299–299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 def keys(self) -> Iterable[_K]: pass
298 def values(self) -> Iterable[_V]: pass
299 def items(self) -> Iterable[Tuple[_K, _V]]: pass
300 def clear(self) -> None: pass
301 def copy(self) -> Dict[_K, _V]: pass
302 def setdefault(self, key: _K, val: _V = ...) -> _V: pass

Callers 15

generate_annotated_htmlFunction · 0.45
load_outer_envFunction · 0.45
compute_vtableFunction · 0.45
transform_class_defFunction · 0.45
add_coroutine_propertiesFunction · 0.45
deserialize_modulesFunction · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by 3

run_caseMethod · 0.36
assert_blobs_sameFunction · 0.36