Home
last modified time | relevance | path

Searched defs:PyFile_AsFile (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/c/
Dfile_emulator.h31 static FILE *PyFile_AsFile(PyObject *ob_file) in PyFile_AsFile() function
/external/python/cpython2/Objects/
Dfileobject.c74 PyFile_AsFile(PyObject *f) in PyFile_AsFile() function