MCPcopy
hub / github.com/cool-RR/PySnooper / parse_call_content

Function parse_call_content

tests/test_pysnooper.py:227–228  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

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:

Callers 1

test_multi_thread_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected