|
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) |
|
◆ PyProxyModule
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:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/python/pythonProxy.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/python/pythonProxy.cpp