Lines Matching refs:TemporaryPyFile
63 class TemporaryPyFile: class
167 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(
247 code_file = TemporaryPyFile(
264 with TemporaryPyFile(SOURCE_CODES["error_free"]) as file_path:
280 with TemporaryPyFile(SOURCE_CODES[key]) as file_path:
309 with TemporaryPyFile(SOURCE_CODES["wrong_indented"]) as file_path:
317 with TemporaryPyFile(SOURCE_CODES["error_free"]) as file_path:
328 with TemporaryPyFile(SOURCE_CODES["nannynag_errored"]) as file_path:
334 with TemporaryPyFile(SOURCE_CODES["nannynag_errored"]) as path:
342 with TemporaryPyFile(SOURCE_CODES["nannynag_errored"]) as path: