Translate lines escaped with: ;
(line_info)
| 245 | '", "'.join(line_info.the_rest.split()) ) |
| 246 | |
| 247 | def _tr_quote2(line_info): |
| 248 | "Translate lines escaped with: ;" |
| 249 | return '%s%s("%s")' % (line_info.pre, line_info.ifun, |
| 250 | line_info.the_rest) |
| 251 | |
| 252 | def _tr_paren(line_info): |
| 253 | "Translate lines escaped with: /" |
nothing calls this directly
no outgoing calls
no test coverage detected