Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ do_something
Method
do_something
tests/debugpy/test_evaluate.py:213–214 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
3
mod1
Function · 0.80
script2
Function · 0.80
code_to_debug
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected