| 148 | } |
| 149 | |
| 150 | PyObject *JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) { |
| 151 | return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict); |
| 152 | } |
nothing calls this directly
no outgoing calls
no test coverage detected