| 53 | } |
| 54 | |
| 55 | int JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_clear(JSObjectValuesProxy *self) { |
| 56 | Py_CLEAR(self->dv.dv_dict); |
| 57 | return 0; |
| 58 | } |
| 59 | |
| 60 | // private |
| 61 | static int all_contained_in(PyObject *self, PyObject *other) { |
nothing calls this directly
no outgoing calls
no test coverage detected