Searched refs:buffered_tell (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | bufferedio.c | 1052 buffered_tell(buffered *self, PyObject *args) in buffered_tell() function 1574 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 1967 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 2375 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
|
/external/python/cpython3/Modules/_io/ |
D | bufferedio.c | 1194 buffered_tell(buffered *self, PyObject *Py_UNUSED(ignored)) in buffered_tell() function 2399 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 2486 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 2649 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
|