Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtempfile.py56 _bin_openflags = _text_openflags variable
58 _bin_openflags |= _os.O_BINARY
203 fd = _os.open(filename, _bin_openflags, 0o600)
339 flags = _bin_openflags
543 flags = _bin_openflags
598 flags = _bin_openflags
/third_party/python/Lib/test/
Dtest_tempfile.py23 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
379 _bflags = tempfile._bin_openflags
521 tempfile._bin_openflags,
873 _bflags = tempfile._bin_openflags