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

Method JSObjectItemsProxy_dealloc

src/JSObjectItemsProxy.cc:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28void JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_dealloc(JSObjectItemsProxy *self)
29{
30 PyObject_GC_UnTrack(self);
31 Py_XDECREF(self->dv.dv_dict);
32 PyObject_GC_Del(self);
33}
34
35Py_ssize_t JSObjectItemsProxyMethodDefinitions::JSObjectItemsProxy_length(JSObjectItemsProxy *self)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected