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

Method JSObjectKeysProxy_dealloc

src/JSObjectKeysProxy.cc:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "include/pyshim.hh"
26
27void JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_dealloc(JSObjectKeysProxy *self)
28{
29 PyObject_GC_UnTrack(self);
30 Py_XDECREF(self->dv.dv_dict);
31 PyObject_GC_Del(self);
32}
33
34Py_ssize_t JSObjectKeysProxyMethodDefinitions::JSObjectKeysProxy_length(JSObjectKeysProxy *self)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected