Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c2420 PyFileObject *foself = (PyFileObject *)self; in file_init() local
2432 if (foself->f_fp != NULL) { in file_init()
2434 PyObject *closeresult = file_close(foself); in file_init()
2445 if (fill_file_fields(foself, NULL, po, mode, in file_init()
2470 if (fill_file_fields(foself, NULL, o_name, mode, in file_init()
2474 if (open_the_file(foself, name, mode) == NULL) in file_init()
2476 foself->f_setbuf = NULL; in file_init()