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

Method JSObjectValuesProxy_clear

src/JSObjectValuesProxy.cc:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int JSObjectValuesProxyMethodDefinitions::JSObjectValuesProxy_clear(JSObjectValuesProxy *self) {
56 Py_CLEAR(self->dv.dv_dict);
57 return 0;
58}
59
60// private
61static int all_contained_in(PyObject *self, PyObject *other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected