Home | History | Annotate | Download | only in python2.7

Lines Matching full:isdir

76         if normdir not in normdirs and os.path.isdir(dir):
189 if os.path.isdir(path):
2323 if ispath(arg) and os.path.isdir(arg):