MCPcopy
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_constraintsFunction · 0.45
solve_iterativelyFunction · 0.45
module_typeMethod · 0.45
parse_config_fileFunction · 0.45
destructure_overridesFunction · 0.45
update_protocol_depsMethod · 0.45
add_all_protocol_depsMethod · 0.45
import_linesMethod · 0.45
set_defined_namesMethod · 0.45
snapshotMethod · 0.45
apply_changesMethod · 0.45

Calls

no outgoing calls

Tested by 15

_verify_exported_namesFunction · 0.36
verify_mypyfileFunction · 0.36
from_funcitemMethod · 0.36
run_caseMethod · 0.36
dumpMethod · 0.36
dumpMethod · 0.36
find_module_filesMethod · 0.36
test_independent_mapsMethod · 0.36
test_partial_mergingMethod · 0.36
test_full_mergingMethod · 0.36