(line)
| 225 | return y + x |
| 226 | |
| 227 | def parse_call_content(line): |
| 228 | return line.split('{event:9} '.format(event='call'))[-1] |
| 229 | |
| 230 | with mini_toolbox.OutputCapturer(stdout=False, |
| 231 | stderr=True) as output_capturer: |
no outgoing calls
no test coverage detected