Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set
Method
set
Lib/test/support/os_helper.py:772–773 ·
view source on GitHub ↗
(self, envvar, value)
Source
from the content-addressed store, hash-verified
770
return
len(self._environ)
771
772
def
set(self, envvar, value):
773
self[envvar] = value
774
775
def
unset(self, envvar, /, *envvars):
776
""
"Unset one or more environment variables."
""
Callers
15
task
Function · 0.45
test_insensitive
Method · 0.45
test_case_insensitivity
Method · 0.45
do_set
Method · 0.45
f
Method · 0.45
task
Method · 0.45
callback
Method · 0.45
pipe_data_received
Method · 0.45
callback
Method · 0.45
run_in_thread
Method · 0.45
coro
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
15
task
Function · 0.36
test_insensitive
Method · 0.36
test_case_insensitivity
Method · 0.36
do_set
Method · 0.36
f
Method · 0.36
task
Method · 0.36
callback
Method · 0.36
pipe_data_received
Method · 0.36
callback
Method · 0.36
run_in_thread
Method · 0.36
coro
Method · 0.36
run
Method · 0.36