Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set
Method
set
Lib/test/support/os_helper.py:773–774 ·
view source on GitHub ↗
(self, envvar, value)
Source
from the content-addressed store, hash-verified
771
return
len(self._environ)
772
773
def
set(self, envvar, value):
774
self[envvar] = value
775
776
def
unset(self, envvar, /, *envvars):
777
""
"Unset one or more environment variables."
""
Callers
1
force_color
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected