(name)
| 1325 | return result.group(1).strip(), result.group(2).strip() |
| 1326 | |
| 1327 | def _stash_msg(name): |
| 1328 | return '---gl-{0}---'.format(name) |
| 1329 | |
| 1330 | def _stash_msg_fuse(name): |
| 1331 | return _stash_msg('fuse-{0}'.format(name)) |
no outgoing calls
no test coverage detected