Searched refs:supports_follow_symlinks (Results 1 – 7 of 7) sorted by relevance
132 * If ``os.chmod in os.supports_follow_symlinks`` is136 * If ``os.utime in os.supports_follow_symlinks`` is140 * If ``os.chflags in os.supports_follow_symlinks`` is150 Please see :data:`os.supports_follow_symlinks`
1674 function on your platform using :data:`os.supports_follow_symlinks`.2967 .. data:: supports_follow_symlinks2981 ``supports_follow_symlinks``. As an example, this expression evaluates2985 os.stat in os.supports_follow_symlinks
365 if fn in os.supports_follow_symlinks:679 os.stat in os.supports_follow_symlinks)
182 supports_follow_symlinks = _set variable
388 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:
461 …@unittest.skipUnless(os.utime in os.supports_follow_symlinks, "test needs follow_symlinks support …1166 if os.utime in os.supports_follow_symlinks:
826 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,939 if os.utime not in os.supports_follow_symlinks: