Home
last modified time | relevance | path

Searched refs:XxoObject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dxxmodule.c24 } XxoObject; typedef
30 static XxoObject *
33 XxoObject *self; in newXxoObject()
34 self = PyObject_New(XxoObject, &Xxo_Type); in newXxoObject()
44 Xxo_dealloc(XxoObject *self) in Xxo_dealloc()
51 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo()
66 Xxo_getattr(XxoObject *self, char *name) in Xxo_getattr()
79 Xxo_setattr(XxoObject *self, char *name, PyObject *v) in Xxo_setattr()
102 sizeof(XxoObject), /*tp_basicsize*/
168 XxoObject *rv; in xx_new()