itom  4.1.0
ito::PythonProxy Class Reference

Classes

struct  PyProxy
 

Static Public Member Functions

static void PyProxy_dealloc (PyProxy *self)
 
static PyObject * PyProxy_new (PyTypeObject *type, PyObject *args, PyObject *kwds)
 
static int PyProxy_init (PyProxy *self, PyObject *args, PyObject *kwds)
 
static PyObject * PyProxy_richcompare (PyObject *v, PyObject *w, int op)
 
static PyObject * PyProxy_call (PyProxy *self, PyObject *args, PyObject *kwds)
 
static void PyProxy_addTpDict (PyObject *tp_dict)
 

Static Public Attributes

static PyTypeObject PyProxyType
 
static PyModuleDef PyProxyModule
 

Member Data Documentation

PyModuleDef ito::PythonProxy::PyProxyModule
static
Initial value:
= {
PyModuleDef_HEAD_INIT, "Proxy", "Weak reference proxy object for (un)bounded method calls", -1,
nullptr, nullptr, nullptr, nullptr, nullptr
}

The documentation for this class was generated from the following files: