Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ Exec
Function
Exec
_pydevd_bundle/pydevd_exec2.py:1–5 ·
view source on GitHub ↗
(exp, global_vars, local_vars=None)
Source
from the content-addressed store, hash-verified
1
def
Exec(exp, global_vars, local_vars=None):
2
if
local_vars is not None:
3
exec(exp, global_vars, local_vars)
4
else
:
5
exec(exp, global_vars)
Callers
6
console_exec
Function · 0.85
custom_operation
Function · 0.85
evaluate_expression
Function · 0.85
change_attr_expression
Function · 0.85
change_variable
Method · 0.85
do_change_variable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected