Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c924 file_tell(PyFileObject *f) in file_tell() function
2127 {"tell", (PyCFunction)file_tell, METH_NOARGS, tell_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c910 file_tell(PyFileObject *f) in file_tell() function
2059 {"tell", (PyCFunction)file_tell, METH_NOARGS, tell_doc},