Home
last modified time | relevance | path

Searched refs:TemporaryPyFile (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_tabnanny.py63 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(
[all …]