Lines Matching refs:XxoObject
19 } XxoObject; typedef
25 static XxoObject *
28 XxoObject *self; in newXxoObject()
29 self = PyObject_GC_New(XxoObject, (PyTypeObject*)Xxo_Type); in newXxoObject()
39 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse()
47 Xxo_clear(XxoObject *self) in Xxo_clear()
54 Xxo_finalize(XxoObject *self) in Xxo_finalize()
60 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo()
81 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
97 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr()
128 sizeof(XxoObject),
160 XxoObject *rv; in xx_new()