Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c215 bytesio_tell(bytesio *self) in bytesio_tell() function
847 {"tell", (PyCFunction)bytesio_tell, METH_NOARGS, tell_doc},