Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dxxlimited.c24 } 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),
[all …]
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_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
79 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr()
102 sizeof(XxoObject), /*tp_basicsize*/
168 XxoObject *rv; in xx_new()
/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()