Searched refs:TemporaryPyFile (Results 1 – 1 of 1) sorted by relevance
63 class TemporaryPyFile: class167 with TemporaryPyFile(SOURCE_CODES["error_free"]) as file_path:179 file1 = TemporaryPyFile(SOURCE_CODES["error_free"], directory=tmp_dir)180 file2 = TemporaryPyFile(SOURCE_CODES["error_free"], directory=tmp_dir)197 with TemporaryPyFile(SOURCE_CODES["error_free"], directory=tmp_dir):202 with TemporaryPyFile(SOURCE_CODES["wrong_indented"]) as file_path:210 with TemporaryPyFile(SOURCE_CODES["incomplete_expression"]) as file_path:220 with TemporaryPyFile(SOURCE_CODES["nannynag_errored"]) as file_path:230 with TemporaryPyFile(SOURCE_CODES["nannynag_errored"]) as file_path:244 error_file = TemporaryPyFile([all …]