Lines Matching refs:dironly
471 self.dironly = True474 self.dironly = False503 if (is_dir if self.dironly else exists)(path):521 if not self.dironly or entry.is_dir():