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

Method JSObjectItemsProxy_mapping

src/JSObjectItemsProxy.cc:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113PyObject *JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) {
114 return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict);
115}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected