MCPcopy Create free account
hub / github.com/microsoft/debugpy / func

Function func

tests/debugpy/test_step.py:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 debuggee.setup()
17
18 def func():
19 print(1) # @inner1
20 print(2) # @inner2
21
22 print(3) # @outer3
23 func()

Callers 15

code_to_debugFunction · 0.70
code_to_debugFunction · 0.70
debugFunction · 0.50
wrapMethod · 0.50
lock_and_callFunction · 0.50
_execMethod · 0.50
run_fileFunction · 0.50
wrapperFunction · 0.50
new_funcFunction · 0.50
add_breakpointMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…