(self, s)
| 65 | self.policy = policy |
| 66 | |
| 67 | def write(self, s): |
| 68 | # Just delegate to the file object |
| 69 | self._fp.write(s) |
| 70 | |
| 71 | def flatten(self, msg, unixfrom=False, linesep=None): |
| 72 | r"""Print the message object tree rooted at msg to the output file |
no outgoing calls
no test coverage detected