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

Method keys

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

Source from the content-addressed store, hash-verified

295 def update(self, **kwargs: _V) -> None: ...
296 def pop(self, x: int) -> _K: pass
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

Calls

no outgoing calls

Tested by 10

_is_decoratableFunction · 0.64
test_semanalFunction · 0.64
run_caseMethod · 0.64
run_caseMethod · 0.64
test_transformFunction · 0.64
run_caseMethod · 0.64
run_caseMethod · 0.64
assert_blobs_sameFunction · 0.64