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

Method values

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

Source from the content-addressed store, hash-verified

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
301 def copy(self) -> Dict[_K, _V]: pass

Callers 15

check_init_subclassMethod · 0.80
visit_match_stmtMethod · 0.80
is_unreachable_mapFunction · 0.80
checker.pyFile · 0.80
visit_typeddict_typeMethod · 0.80
is_operator_methodFunction · 0.80
has_many_errorsMethod · 0.80
num_messagesMethod · 0.80
targetsMethod · 0.80
read_deps_cacheFunction · 0.80

Calls

no outgoing calls