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

Method JSObjectProxy_items_method

src/JSObjectProxy.cc:793–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_items_method(JSObjectProxy *self) {
794 return PyDictView_New((PyObject *)self, &JSObjectItemsProxyType);
795}

Callers

nothing calls this directly

Calls 1

PyDictView_NewFunction · 0.85

Tested by

no test coverage detected