Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dos.py644 if supports_bytes_environ:
777 supports_bytes_environ = (name != 'nt') variable
780 if supports_bytes_environ:
/third_party/python/Lib/test/
Dtest_os.py975 if os.supports_bytes_environ:
983 if os.supports_bytes_environ:
1057 if os.supports_bytes_environ:
1077 @unittest.skipUnless(os.supports_bytes_environ,
/third_party/python/Doc/library/
Dos.rst218 :data:`environb` is only available if :data:`supports_bytes_environ` is
309 :func:`getenvb` is only available if :data:`supports_bytes_environ`
662 .. data:: supports_bytes_environ
/third_party/python/Doc/whatsnew/
D3.2.rst1528 environment. If so, the :attr:`os.supports_bytes_environ` constant will be
/third_party/python/Misc/
DHISTORY13397 os.supports_bytes_environ flag: True if the native OS type of the environment