Home | History | Annotate | Download | only in ply

Lines Matching refs:temp_path

166         self.temp_path = []
763 path = self.path + [""] + self.temp_path
766 path = self.temp_path + [""] + self.path
776 self.temp_path.insert(0,dname)
780 del self.temp_path[0]