Lines Matching refs:file_path
1974 file_path = os.path.join(support.TESTFN, file_name)1976 with open(file_path, 'w') as f:1977 f.write("I'm %s and proud of it. Blame test_os.\n" % file_path)