Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
import
pytest
Callers
6
main
Function · 0.45
attach
Function · 0.45
debug_test_tracing_output
Function · 0.45
attach
Function · 0.45
main
Function · 0.45
_test_attach_to_process_linux.py
File · 0.45
Calls
1
getvalue
Method · 0.80
Tested by
no test coverage detected