Searched refs:PyRORowReftype (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.h18 #define PyRORowRef_Check(ob) ((ob)->ob_type == &PyRORowReftype)
22 extern PyTypeObject PyRORowReftype;
H A DPyRowRef.cpp96 PyTypeObject PyRORowReftype = { variable
113 ob_type = &PyRORowReftype;
H A DPyStorage.cpp549 PyObject_SetAttrString(m, "RORowRefType", (PyObject*) &PyRORowReftype);

Completed in 107 milliseconds