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

Method JSObjectValuesProxy_mapping

src/JSObjectValuesProxy.cc:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150PyObject *JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) {
151 return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict);
152}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected