| 111 | } |
| 112 | |
| 113 | PyObject *JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_mapping(PyObject *self, void *Py_UNUSED(ignored)) { |
| 114 | return PyDictProxy_New((PyObject *)((_PyDictViewObject *)self)->dv_dict); |
| 115 | } |
nothing calls this directly
no outgoing calls
no test coverage detected