Searched defs:isabs (Results 1 – 9 of 9) sorted by relevance
33 def isabs(s): function
56 def isabs(s): function
52 def isabs(s): function
963 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd, argument
60 def isabs(s): function
61 def isabs(s): function
93 def isabs(p): function
991 def isabs(self): member in Path
3389 def isabs(self, path: AnyStr) -> bool: member in FakePathModule