MCPcopy
hub / github.com/pyodide/pyodide / append

Method append

src/py/_pyodide/_core_docs.py:1011–1012  ·  view source on GitHub ↗

Append object to the end of the list.

(self, /, object: T)

Source from the content-addressed store, hash-verified

1009 pass
1010
1011 def append(self, /, object: T) -> None:
1012 """Append object to the end of the list."""
1013
1014 def index(self, /, value: T, start: int = 0, stop: int = sys.maxsize) -> int:
1015 """Return first ``index`` at which ``value`` appears in the ``Array``.

Callers 15

pushMethod · 0.45
create_test_fileFunction · 0.45
normalize_tbFunction · 0.45
custom_fetcherFunction · 0.45
agFunction · 0.45
test_tojs7Function · 0.45
default_converterFunction · 0.45

Calls

no outgoing calls

Tested by 15

create_test_fileFunction · 0.36
normalize_tbFunction · 0.36
custom_fetcherFunction · 0.36
agFunction · 0.36
test_tojs7Function · 0.36
default_converterFunction · 0.36
test_jsarray_indexFunction · 0.36