MCPcopy 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

taskFunction · 0.45
test_insensitiveMethod · 0.45
do_setMethod · 0.45
fMethod · 0.45
taskMethod · 0.45
callbackMethod · 0.45
pipe_data_receivedMethod · 0.45
callbackMethod · 0.45
run_in_threadMethod · 0.45
coroMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 15

taskFunction · 0.36
test_insensitiveMethod · 0.36
do_setMethod · 0.36
fMethod · 0.36
taskMethod · 0.36
callbackMethod · 0.36
pipe_data_receivedMethod · 0.36
callbackMethod · 0.36
run_in_threadMethod · 0.36
coroMethod · 0.36
runMethod · 0.36