Home | History | Annotate | Download | only in Lib

Lines Matching refs:dironly

471             self.dironly = True
474 self.dironly = False
503 if (is_dir if self.dironly else exists)(path):
521 if not self.dironly or entry.is_dir():