Searched refs:supports_follow_symlinks (Results 1 – 8 of 8) 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`
1541 function on your platform using :data:`os.supports_follow_symlinks`.2833 .. data:: supports_follow_symlinks2847 ``supports_follow_symlinks``. As an example, this expression evaluates2851 os.stat in os.supports_follow_symlinks
366 if fn in os.supports_follow_symlinks:680 os.stat in os.supports_follow_symlinks)
182 supports_follow_symlinks = _set variable
383 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:
458 …@unittest.skipUnless(os.utime in os.supports_follow_symlinks, "test needs follow_symlinks support …1134 if os.utime in os.supports_follow_symlinks:
686 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,799 if os.utime not in os.supports_follow_symlinks:
1919 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: