MCPcopy
hub / github.com/pyodide/pyodide / values

Method values

src/core/pyproxy.ts:1850–1852  ·  view source on GitHub ↗

* The :js:meth:`Array.values` method returns a new iterator object that * contains the values for each index in the ``Sequence``. * @returns A new iterator object.

()

Source from the content-addressed store, hash-verified

1848 * @returns A new iterator object.
1849 */
1850 values(): IterableIterator<any> {
1851 return Array.prototype.values.call(this);
1852 }
1853 /**
1854 * The :js:meth:`Array.find` method returns the first element in the provided
1855 * array that satisfies the provided testing function.

Callers 4

pyproxy_decref_cacheFunction · 0.45
callPyObjectKwargsFunction · 0.45
esbuild.config.mjsFile · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected