Home
last modified time | relevance | path

Searched refs:_O_TMPFILE_WORKS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtempfile.py604 _O_TMPFILE_WORKS = hasattr(_os, 'O_TMPFILE') variable
622 global _O_TMPFILE_WORKS
630 if _O_TMPFILE_WORKS:
651 _O_TMPFILE_WORKS = False

Completed in 2 milliseconds