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

Lines Matching full:isfile

1371             if os.path.isfile(initname):
1390 if os.path.isfile(os.path.join(path, "__init__.py")):
1431 if os.path.isfile(file_pyo) and \
1434 elif not os.path.isfile(file_pyc) or \
1510 if os.path.isfile(path):