Lines Matching refs:XxoObject
24 } XxoObject;
30 static XxoObject *
33 XxoObject *self;
34 self = PyObject_New(XxoObject, &Xxo_Type);
44 Xxo_dealloc(XxoObject *self)
51 Xxo_demo(XxoObject *self, PyObject *args)
66 Xxo_getattro(XxoObject *self, PyObject *name)
82 Xxo_setattr(XxoObject *self, const char *name, PyObject *v)
105 sizeof(XxoObject), /*tp_basicsize*/
171 XxoObject *rv;