Searched refs:_fullPath (Results 1 – 1 of 1) sorted by relevance
116 def _fullPath(self): member in TreeElem118 return(os.path.join(self.parent._fullPath() , self.path))123 return(os.path.normpath(self._fullPath()))