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

Method JSObjectKeysProxy_clear

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

Source from the content-addressed store, hash-verified

53}
54
55int JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_clear(JSObjectKeysProxy *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