Close the temporary file, possibly deleting it.
(self)
| 540 | return result |
| 541 | |
| 542 | def close(self): |
| 543 | """ |
| 544 | Close the temporary file, possibly deleting it. |
| 545 | """ |
| 546 | self._closer.close() |
| 547 | |
| 548 | # iter() doesn't use __getattr__ to find the __iter__ method |
| 549 | def __iter__(self): |