Home
last modified time | relevance | path

Searched defs:chars_to_skip (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_io/
Dtextio.c1886 int chars_to_skip; member
2198 Py_ssize_t chars_to_skip, chars_decoded; in textiowrapper_tell() local
/external/python/cpython3/Modules/_io/
Dtextio.c2196 int chars_to_skip; member
2521 Py_ssize_t chars_to_skip, chars_decoded; in _io_TextIOWrapper_tell_impl() local
/external/python/cpython2/Lib/
D_pyio.py1700 bytes_to_feed=0, need_eof=0, chars_to_skip=0): argument
/external/python/cpython3/Lib/
D_pyio.py2238 bytes_to_feed=0, need_eof=0, chars_to_skip=0): argument