Lines Matching refs:XxoObject
24 } XxoObject; typedef
30 static XxoObject *
33 XxoObject *self; in newXxoObject()
34 self = PyObject_GC_New(XxoObject, (PyTypeObject*)Xxo_Type); in newXxoObject()
44 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse()
51 Xxo_finalize(XxoObject *self) in Xxo_finalize()
57 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo()
78 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
91 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr()
121 sizeof(XxoObject),
153 XxoObject *rv; in xx_new()