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

Method JSObjectKeysProxy_traverse

src/JSObjectKeysProxy.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_traverse(JSObjectKeysProxy *self, visitproc visit, void *arg) {
51 Py_VISIT(self->dv.dv_dict);
52 return 0;
53}
54
55int JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_clear(JSObjectKeysProxy *self) {
56 Py_CLEAR(self->dv.dv_dict);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected