Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcStringIO.c61 } Oobject; typedef
389 Oobject *oself; in O_cwrite()
393 oself = (Oobject *)self; in O_cwrite()
448 O_write(Oobject *self, PyObject *args) { in O_write()
465 O_close(Oobject *self, PyObject *unused) { in O_close()
481 O_writelines(Oobject *self, PyObject *args) { in O_writelines()
532 {"softspace", T_INT, offsetof(Oobject, softspace), 0,
539 O_dealloc(Oobject *self) { in O_dealloc()
550 sizeof(Oobject), /*tp_basicsize*/
583 Oobject *self; in newOobject()
[all …]