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

Method extend

mypyc/test-data/fixtures/ir.py:268–268  ·  view source on GitHub ↗
(self, l: Iterable[_T])

Source from the content-addressed store, hash-verified

266 def pop(self, i: int = -1) -> _T: pass
267 def count(self, x: _T) -> int: pass
268 def extend(self, l: Iterable[_T]) -> None: pass
269 def insert(self, i: int, x: _T) -> None: pass
270 def sort(self) -> None: pass
271 def reverse(self) -> None: pass

Callers 15

find_package_dataFunction · 0.80
flatten_lvaluesMethod · 0.80
intersect_instancesMethod · 0.80
partition_by_callableMethod · 0.80
solve_constraintsFunction · 0.80
solve_with_dependentFunction · 0.80
getsitepackagesFunction · 0.80
union_overload_resultMethod · 0.80
visit_tuple_exprMethod · 0.80

Calls

no outgoing calls

Tested by 15

build_stubsFunction · 0.64
run_caseMethod · 0.64
perform_stepMethod · 0.64
maybe_suggestMethod · 0.64
maybe_inspectMethod · 0.64
flush_errorsFunction · 0.64
test_python_evaluationFunction · 0.64
run_caseMethod · 0.64
run_caseMethod · 0.64
dump_astsMethod · 0.64
dump_symbol_tablesMethod · 0.64
dump_typeinfosMethod · 0.64