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

Method append

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

Source from the content-addressed store, hash-verified

263 def __add__(self, value: List[_S], /) -> List[_S | _T]: ...
264 def __iadd__(self, value: Iterable[_T], /) -> List[_T]: ... # type: ignore[misc]
265 def append(self, x: _T) -> None: pass
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

Callers 15

setup.pyFile · 0.80
next_branchMethod · 0.80
enter_scopeMethod · 0.80
visit_for_stmtMethod · 0.80
visit_while_stmtMethod · 0.80
calculate_tuple_fallbackFunction · 0.80
map_actuals_to_formalsFunction · 0.80
map_formals_to_actualsFunction · 0.80
__enter__Method · 0.80
defer_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 15

from_funcitemMethod · 0.64
build_stubsFunction · 0.64
run_caseMethod · 0.64
dumpMethod · 0.64
run_caseMethod · 0.64
format_triggeredMethod · 0.64
perform_stepMethod · 0.64
flush_errorsFunction · 0.64