Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
helpers
/
pydev
/
pydevd_exec2.py
blob: 9b234b76344db1db0c5befa4bfab7da329eaac3c [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
Exec
(
exp
,
global_vars
,
local_vars
):
2
exec
(
exp
,
global_vars
,
local_vars
)