Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ exec_function
Function
exec_function
pex/compatibility.py:109–112 ·
view source on GitHub ↗
(ast, globals_map)
Source
from the content-addressed store, hash-verified
107
if
PY3:
108
109
def
exec_function(ast, globals_map):
110
locals_map = globals_map
111
exec (ast, globals_map, locals_map)
112
return
locals_map
113
114
else
:
115
Callers
2
execute_ast
Method · 0.90
iter_pth_paths
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected