| 380 | } |
| 381 | |
| 382 | PyObject *JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) { |
| 383 | return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict); |
| 384 | } |
nothing calls this directly
no outgoing calls
no test coverage detected