Searched refs:XxoObject (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | xxlimited.c | 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() 52 Xxo_finalize(XxoObject *self) in Xxo_finalize() 58 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo() 79 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro() 95 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr() 125 sizeof(XxoObject), [all …]
|
D | xxmodule.c | 24 } 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() 82 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr() 105 sizeof(XxoObject), /*tp_basicsize*/ 171 XxoObject *rv; in xx_new()
|
/external/python/cpython2/Modules/ |
D | xxmodule.c | 24 } 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()
|