Searched refs:_text_openflags (Results 1 – 6 of 6) sorted by relevance
65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable67 _text_openflags |= _os.O_NOINHERIT69 _text_openflags |= _os.O_NOFOLLOW71 _bin_openflags = _text_openflags187 flags = _text_openflags310 flags = _text_openflags468 flags = _text_openflags509 flags = _text_openflags
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable118 _text_openflags |= getattr(_os, 'O_NOINHERIT', 0)119 _text_openflags |= getattr(_os, 'O_NOFOLLOW', 0)121 _bin_openflags = _text_openflags131 flags = _text_openflags
50 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL variable52 _text_openflags |= _os.O_NOFOLLOW54 _bin_openflags = _text_openflags336 flags = _text_openflags
26 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)336 _tflags = tempfile._text_openflags
25 has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)363 _tflags = tempfile._text_openflags