Searched defs:islink (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | genericpath.py | 60 def islink(path): function |
D | ntpath.py | 884 from nt import _path_islink as islink unknown |
/external/python/pyfakefs/pyfakefs/ | ||
D | fake_path.py | 194 def islink(self, path: AnyStr) -> bool: member in FakePathModule |
D | fake_filesystem.py | 2978 def islink(self, path: AnyPath) -> bool: member in FakeFilesystem |
/external/python/parse_type/tasks/_vendor/ | ||
D | path.py | 1007 def islink(self): member in Path |