Searched defs:islink (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | macpath.py | 99 def islink(s): function |
D | ntpath.py | 220 def islink(path): function |
D | posixpath.py | 132 def islink(path): function |
/external/python/cpython3/Lib/ | ||
D | posixpath.py | 164 def islink(path): function |
D | ntpath.py | 228 def islink(path): function |
/external/python/cpython2/Lib/plat-riscos/ | ||
D | riscospath.py | 237 def islink(p): function |
/external/python/cpython2/Demo/pdist/ | ||
D | FSProxy.py | 135 def islink(self, name): member in FSProxyLocal |
/external/python/parse_type/tasks/_vendor/ | ||
D | path.py | 1007 def islink(self): member in Path |
/external/python/pyfakefs/pyfakefs/ | ||
D | fake_filesystem.py | 3117 def islink(self, path: AnyPath) -> bool: member in FakeFilesystem |