Searched refs:init_file (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_pdb.py | 1742 init_file = self.module_name + '/__init__.py' 1744 with open(init_file, 'w') as f: 2101 init_file = module_name + '/__init__.py' 2103 with open(init_file, 'w'): 2145 init_file = self.module_name + '/__init__.py' 2149 with open(init_file, 'w') as f: 2183 init_file = self.module_name + '/__init__.py' 2187 with open(init_file, 'w') as f:
|
/third_party/ffmpeg/libavformat/ |
H A D | hdsenc.c | 285 static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts) in init_file() function 404 ret = init_file(s, os, 0); in hds_write_header() 471 ret = init_file(s, os, end_ts); in hds_flush()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 315 with open(bad_path, 'w', encoding='utf-8') as init_file: 316 init_file.write('eggs = None')
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 1030 init_file = os.path.join(self.tagged, '__init__.py') 1031 os_helper.create_empty_file(init_file) 1032 assert os.path.exists(init_file)
|
Completed in 7 milliseconds