Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ items
Method
items
mypy/types.py:2685–2686 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2683
2684
@property
2685
def
items(self) -> list[CallableType]:
2686
return
self._items
2687
2688
def
name(self) -> str | None:
2689
return
self.get_name()
Callers
15
solve_constraints
Function · 0.45
solve_iteratively
Function · 0.45
module_type
Method · 0.45
check_typeddict_call_with_kwargs
Method · 0.45
parse_config_file
Function · 0.45
destructure_overrides
Function · 0.45
update_protocol_deps
Method · 0.45
add_all_protocol_deps
Method · 0.45
import_lines
Method · 0.45
set_defined_names
Method · 0.45
snapshot
Method · 0.45
apply_changes
Method · 0.45
Calls
no outgoing calls
Tested by
15
_verify_exported_names
Function · 0.36
verify_mypyfile
Function · 0.36
from_funcitem
Method · 0.36
run_case
Method · 0.36
dump
Method · 0.36
dump
Method · 0.36
dump_typeinfos_recursive
Method · 0.36
find_module_files
Method · 0.36
find_missing_cache_files
Method · 0.36
test_independent_maps
Method · 0.36
test_partial_merging
Method · 0.36
test_full_merging
Method · 0.36