MCPcopy
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

107if 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
114else:
115

Callers 2

execute_astMethod · 0.90
iter_pth_pathsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected