(self)
| 85 | sys.stdout = TextIOWrapper(BytesIO()) |
| 86 | |
| 87 | def tearDown(self): |
| 88 | sys.stdin, sys.stdout = self.saved |
| 89 | |
| 90 | def getTempFiles(self, src): |
| 91 | """ Return the file names for two temp files. """ |
nothing calls this directly
no outgoing calls
no test coverage detected