Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dshutil.rst132 * If ``os.chmod in os.supports_follow_symlinks`` is
136 * If ``os.utime in os.supports_follow_symlinks`` is
140 * If ``os.chflags in os.supports_follow_symlinks`` is
150 Please see :data:`os.supports_follow_symlinks`
Dos.rst1541 function on your platform using :data:`os.supports_follow_symlinks`.
2833 .. data:: supports_follow_symlinks
2847 ``supports_follow_symlinks``. As an example, this expression evaluates
2851 os.stat in os.supports_follow_symlinks
/external/python/cpython3/Lib/
Dshutil.py366 if fn in os.supports_follow_symlinks:
680 os.stat in os.supports_follow_symlinks)
Dos.py182 supports_follow_symlinks = _set variable
/external/python/cpython3/Lib/test/
Dtest_shutil.py383 os.stat in os.supports_follow_symlinks)
893 if os.utime in os.supports_follow_symlinks:
1111 if os.utime in os.supports_follow_symlinks:
Dtest_posix.py458 …@unittest.skipUnless(os.utime in os.supports_follow_symlinks, "test needs follow_symlinks support …
1134 if os.utime in os.supports_follow_symlinks:
Dtest_os.py686 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,
799 if os.utime not in os.supports_follow_symlinks:
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py1919 if self.use_real_fs() and 'chmod' not in os.supports_follow_symlinks:
1934 if self.use_real_fs() and 'chmod' not in os.supports_follow_symlinks: