MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / win_delete_environment_variable

Function win_delete_environment_variable

emsdk.py:443–445  ·  view source on GitHub ↗
(key, system=True, user=True)

Source from the content-addressed store, hash-verified

441
442
443def win_delete_environment_variable(key, system=True, user=True):
444 debug_print(f'win_delete_environment_variable(key={key}, system={system})')
445 return win_set_environment_variable(key, None, system, user)
446
447
448# Returns the absolute pathname to the given path inside the Emscripten SDK.

Callers

nothing calls this directly

Calls 2

debug_printFunction · 0.85

Tested by

no test coverage detected