MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / call

Method call

tests_python/test_collect_bytecode_info.py:137–144  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

135 self.stream.write(s)
136
137 def call(self, c):
138 sys.settrace(self.tracer_printer)
139 try:
140 c()
141 except:
142 pass
143 sys.settrace(None)
144 return self.stream.getvalue()
145
146
147import pytest

Callers 6

mainFunction · 0.45
attachFunction · 0.45
attachFunction · 0.45
mainFunction · 0.45

Calls 1

getvalueMethod · 0.80

Tested by

no test coverage detected