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

Method JSMethodProxy_dealloc

src/JSMethodProxy.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <Python.h>
21
22void JSMethodProxyMethodDefinitions::JSMethodProxy_dealloc(JSMethodProxy *self)
23{
24 delete self->jsFunc;
25 return;
26}
27
28PyObject *JSMethodProxyMethodDefinitions::JSMethodProxy_new(PyTypeObject *subtype, PyObject *args, PyObject *kwds) {
29 JSFunctionProxy *jsFunctionProxy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected