(self_, _type, _value, _traceback)
| 43 | return self_.file.name |
| 44 | |
| 45 | def __exit__(self_, _type, _value, _traceback): # noqa: DC02 |
| 46 | if not self.save_debug_files: |
| 47 | utils.delete_file(self_.file.name) |
| 48 | return TempFileObject() |
| 49 | |
| 50 | def get_dir(self): |
nothing calls this directly
no outgoing calls
no test coverage detected