Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pyio.py21 valid_seek_flags = {0, 1, 2} # Hardwired values variable
23 valid_seek_flags.add(os.SEEK_HOLE)
24 valid_seek_flags.add(os.SEEK_DATA)
1215 if whence not in valid_seek_flags:
1307 if whence not in valid_seek_flags:
1417 if whence not in valid_seek_flags: