Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
38 if can_symlink():
263 if can_symlink():
275 if can_symlink():
284 if can_symlink():
288 if can_symlink():
313 if can_symlink():
Dtest_venv.py19 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree)
293 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
330 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
Dtest_pathlib.py1416 if os_helper.can_symlink():
1523 if os_helper.can_symlink():
1588 if os_helper.can_symlink():
1621 if not os_helper.can_symlink():
1625 if not os_helper.can_symlink():
1630 if not os_helper.can_symlink():
1645 if not os_helper.can_symlink():
2234 if os_helper.can_symlink():
2247 if os_helper.can_symlink():
2263 if os_helper.can_symlink():
[all …]
Dtest_posixpath.py165 if os_helper.can_symlink():
196 @unittest.skipUnless(os_helper.can_symlink(),
Dtest_os.py1321 if os_helper.can_symlink():
1404 if not os_helper.can_symlink():
4160 symlink = os_helper.can_symlink()
4284 if not os_helper.can_symlink():
4338 if os_helper.can_symlink():
Dtest_httpservers.py643 if os_helper.can_symlink():
/third_party/python/Lib/test/support/
Dos_helper.py170 def can_symlink(): function
188 ok = can_symlink()
/third_party/python/Doc/library/
Dtest.rst1361 .. function:: can_symlink()