Home
last modified time | relevance | path

Searched defs:can_symlink (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dos_helper.py174 def can_symlink(): function
/external/python/cpython3/Lib/test/test_pathlib/
Dtest_pathlib_abc.py1509 can_symlink = False variable in DummyPathTest
2493 can_symlink = True variable in DummyPathWithSymlinksTest
Dtest_pathlib.py531 can_symlink = os_helper.can_symlink() variable in PathTest