MCPcopy Create free account
hub / github.com/numpy/numpy / _update_environment

Function _update_environment

numpy/distutils/exec_command.py:172–175  ·  view source on GitHub ↗
( **env )

Source from the content-addressed store, hash-verified

170 return env
171
172def _update_environment( **env ):
173 log.debug('_update_environment(...)')
174 for name, value in env.items():
175 os.environ[name] = value or ''
176
177def exec_command(command, execute_in='', use_shell=None, use_tee=None,
178 _with_python = 1, **env ):

Callers 1

exec_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected