Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ method
Function
method
tests_python/test_bytecode_manipulation.py:230–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
code = compile(contents,
"_my_file_debugger_case_wrong_bytecode.py"
,
"exec"
)
229
230
def
method():
231
pass
232
233
method.__code__ = code
234
Callers
1
call
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected