Home
last modified time | relevance | path

Searched refs:create_empty_file (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/test/test_importlib/
H A Dtest_pkg_import.py10 from test.support.os_helper import create_empty_file namespace
32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
H A Dtest_api.py264 os_helper.create_empty_file(path)
/third_party/python/Lib/distutils/tests/
H A Dtest_filelist.py313 os_helper.create_empty_file(file1)
316 os_helper.create_empty_file(file2)
327 os_helper.create_empty_file(file1)
/third_party/python/Lib/test/
H A Dtest_reprlib.py14 from test.support.os_helper import create_empty_file namespace
240 create_empty_file(os.path.join(self.pkgname, '__init__.py'))
243 create_empty_file(os.path.join(self.subpkgname, '__init__.py'))
287 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
H A Dtest_unicode_file.py10 TESTFN_UNENCODABLE, create_empty_file)
106 create_empty_file(filename)
H A Dtest_runpy.py17 from test.support.os_helper import create_empty_file, temp_dir namespace
220 create_empty_file(pkg_fname)
380 create_empty_file(sibling_fname)
390 create_empty_file(nephew_fname)
H A Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
25 create_empty_file(filename)
362 create_empty_file(os.path.join('dir', 'file'))
H A Dtest_dbm.py77 os_helper.create_empty_file(_fname)
H A Dtest_posix.py797 os_helper.create_empty_file(os_helper.TESTFN)
1341 os_helper.create_empty_file(fullname)
1503 os_helper.create_empty_file(fullname)
H A Dtest_shutil.py325 os_helper.create_empty_file(self.child_file_path)
2181 os_helper.create_empty_file(os.path.join(self.src_dir, 'child'))
2182 os_helper.create_empty_file(os.path.join(self.src_dir, 'child1'))
2222 os_helper.create_empty_file(os.path.join(TESTFN_SRC, 'child'))
H A Dtest_optparse.py1043 os_helper.create_empty_file(os_helper.TESTFN)
H A Dtest_zipimport.py808 os_helper.create_empty_file(TESTMOD)
H A Dtest_tarfile.py1405 os_helper.create_empty_file(name)
1444 os_helper.create_empty_file(foo)
H A Dtest_mailbox.py935 os_helper.create_empty_file(filename)
H A Dtest_os.py2409 os_helper.create_empty_file(os.path.join(self.bdir, fn))
/third_party/python/Lib/test/support/
H A Dos_helper.py534 def create_empty_file(filename): function
/third_party/python/Lib/test/test_import/
H A D__init__.py1031 os_helper.create_empty_file(init_file)

Completed in 32 milliseconds