MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / JSArrayIterProxy_iter

Method JSArrayIterProxy_iter

src/JSArrayIterProxy.cc:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42PyObject *JSArrayIterProxyMethodDefinitions::JSArrayIterProxy_iter(JSArrayIterProxy *self) {
43 Py_INCREF(&self->it);
44 return (PyObject *)&self->it;
45}
46
47PyObject *JSArrayIterProxyMethodDefinitions::JSArrayIterProxy_next(JSArrayIterProxy *self) {
48 PyListObject *seq = self->it.it_seq;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected