Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ call
Method
call
tests_python/test_bytecode_manipulation.py:63–67 ·
view source on GitHub ↗
(self, c)
Source
from the content-addressed store, hash-verified
61
self.stream.write(s)
62
63
def
call(self, c):
64
sys.settrace(self.tracer_printer)
65
c()
66
sys.settrace(None)
67
return
self.stream.getvalue()
68
69
70
def
check(
Callers
1
check
Function · 0.45
Calls
1
getvalue
Method · 0.80
Tested by
no test coverage detected