MCPcopy
hub / github.com/pyodide/pyodide / extend

Method extend

src/py/_pyodide/_core_docs.py:994–995  ·  view source on GitHub ↗

Extend array by appending elements from the iterable.

(self, other: Iterable[T], /)

Source from the content-addressed store, hash-verified

992 return 0
993
994 def extend(self, other: Iterable[T], /) -> None:
995 """Extend array by appending elements from the iterable."""
996
997 def __reversed__(self) -> Iterator[T]:
998 """Return a reverse iterator over the :js:class:`Array`."""

Callers 14

mainFunction · 0.80
parseMethod · 0.80
check_listFunction · 0.80
_copy_wasm_libsFunction · 0.80
fixture.tsFile · 0.80
test_array_extendFunction · 0.80
data_receivedMethod · 0.80
data_receivedMethod · 0.80
writeMethod · 0.80
ignore_typevarsFunction · 0.80
fix_pyproxy_classFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_array_extendFunction · 0.64
data_receivedMethod · 0.64
data_receivedMethod · 0.64