MCPcopy Index your code
hub / github.com/python/mypy / copy

Method copy

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

Source from the content-addressed store, hash-verified

273 def index(self, o: _T) -> int: pass
274 def clear(self) -> None: pass
275 def copy(self) -> List[_T]: pass
276
277class dict(Mapping[_K, _V]):
278 @overload

Callers 15

mainFunction · 0.45
build_type_mapFunction · 0.45
visit_decoratorMethod · 0.45
call_classmethodFunction · 0.45
visit_decoratorMethod · 0.45
flush_keep_alivesMethod · 0.45
__init__Method · 0.45
sourcesMethod · 0.45
sourcesMethod · 0.45
sourcesMethod · 0.45
sourcesMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_c_unit_testMethod · 0.36
run_caseMethod · 0.36
run_setupFunction · 0.36
run_case_stepMethod · 0.36
copy_output_filesFunction · 0.36