Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c2375 PyFileObject *foself = (PyFileObject *)self; in file_init() local
2387 if (foself->f_fp != NULL) { in file_init()
2389 PyObject *closeresult = file_close(foself); in file_init()
2400 if (fill_file_fields(foself, NULL, po, mode, in file_init()
2425 if (fill_file_fields(foself, NULL, o_name, mode, in file_init()
2429 if (open_the_file(foself, name, mode) == NULL) in file_init()
2431 foself->f_setbuf = NULL; in file_init()