(self, msg, attached_id)
| 198 | ) |
| 199 | |
| 200 | def _process_before_attach(self, msg, attached_id): |
| 201 | if not msg.get_filename(): |
| 202 | _set_filename(msg, PART_FN_TPL % (attached_id)) |
| 203 | self._attach_launch_index(msg) |
| 204 | |
| 205 | def _do_include(self, content, append_msg): |
| 206 | # Include a list of urls, one per line |
no test coverage detected