Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ MyClass
Class
MyClass
tests/debugpy/test_evaluate.py:212–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
debuggee.setup()
211
212
class
MyClass(object):
213
def
do_something(self):
214
return
"did something"
215
216
def
my_func():
217
return
"did more things"
Callers
1
code_to_debug
Function · 0.70
Calls
no outgoing calls
Tested by
1
code_to_debug
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…