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