itom 1.3.0
ito::PythonProxy Class Reference

List of all members.

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,
    NULL, NULL, NULL, NULL, NULL
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends