Home
last modified time | relevance | path

Searched refs:PyORBType (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyORBFunc.cc303 static PyTypeObject PyORBType = { variable
339 PyORBObject* self = PyObject_New(PyORBObject, &PyORBType); in createPyORBObject()
352 return pyobj->ob_type == &PyORBType; in pyORBCheck()
358 PyORBType.tp_base = omniPy::PyObjRefType; in initORBFunc()
359 int r = PyType_Ready(&PyORBType); in initORBFunc()