Clone this generator with the exact same options.
(self, fp)
| 118 | msg.policy = old_msg_policy |
| 119 | |
| 120 | def clone(self, fp): |
| 121 | """Clone this generator with the exact same options.""" |
| 122 | return self.__class__(fp, |
| 123 | self._mangle_from_, |
| 124 | None, # Use policy setting, which we've adjusted |
| 125 | policy=self.policy) |
| 126 | |
| 127 | # |
| 128 | # Protected interface - undocumented ;/ |
no test coverage detected