Home
last modified time | relevance | path

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

/third_party/python/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.rst1674 function on your platform using :data:`os.supports_follow_symlinks`.
2967 .. data:: supports_follow_symlinks
2981 ``supports_follow_symlinks``. As an example, this expression evaluates
2985 os.stat in os.supports_follow_symlinks
/third_party/python/Lib/
Dshutil.py365 if fn in os.supports_follow_symlinks:
679 os.stat in os.supports_follow_symlinks)
Dos.py182 supports_follow_symlinks = _set variable
/third_party/python/Lib/test/
Dtest_shutil.py388 os.stat in os.supports_follow_symlinks)
900 if os.utime in os.supports_follow_symlinks:
1118 if os.utime in os.supports_follow_symlinks:
Dtest_posix.py461 …@unittest.skipUnless(os.utime in os.supports_follow_symlinks, "test needs follow_symlinks support …
1166 if os.utime in os.supports_follow_symlinks:
Dtest_os.py826 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,
939 if os.utime not in os.supports_follow_symlinks: