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

Method JSObjectKeysProxy_mapping

src/JSObjectKeysProxy.cc:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382PyObject *JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) {
383 return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict);
384}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected