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

Method JSObjectValuesProxy_dealloc

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected