MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / _update_environment

Function _update_environment

site-packages/numpy/distutils/exec_command.py:177–180  ·  view source on GitHub ↗
( **env )

Source from the content-addressed store, hash-verified

175 return env
176
177def _update_environment( **env ):
178 log.debug('_update_environment(...)')
179 for name, value in env.items():
180 os.environ[name] = value or ''
181
182def _supports_fileno(stream):
183 """

Callers 1

exec_commandFunction · 0.85

Calls 2

debugMethod · 0.80
itemsMethod · 0.45

Tested by

no test coverage detected