Home | History | Annotate | Download | only in tools

Lines Matching defs:isdir

34 from os.path import join, dirname, abspath, basename, isdir, exists
1395 return isdir(path) and exists(join(path, 'testcfg.py'))