HomeSort by relevance Sort by last modified time
    Searched refs:supports_follow_symlinks (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/
os.py 177 supports_follow_symlinks = _set variable
    [all...]
shutil.py 194 if fn in os.supports_follow_symlinks:
443 os.stat in os.supports_follow_symlinks)
    [all...]
  /external/python/cpython3/Lib/test/
test_posix.py 269 @unittest.skipUnless(os.utime in os.supports_follow_symlinks, "test needs follow_symlinks support in os.utime")
    [all...]
test_shutil.py 377 if os.utime in os.supports_follow_symlinks:
548 if os.utime in os.supports_follow_symlinks:
593 os.stat in os.supports_follow_symlinks)
    [all...]
test_os.py 575 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,
    [all...]

Completed in 165 milliseconds