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