Searched refs:file_tell (Results 1 – 2 of 2) sorted by relevance
924 file_tell(PyFileObject *f) in file_tell() function2127 {"tell", (PyCFunction)file_tell, METH_NOARGS, tell_doc},
910 file_tell(PyFileObject *f) in file_tell() function2059 {"tell", (PyCFunction)file_tell, METH_NOARGS, tell_doc},