Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ copy
Method
copy
Lib/test/support/os_helper.py:780–782 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
778
del self[ev]
779
780
def
copy(self):
781
# We do what os.environ.copy() does.
782
return
dict(self)
783
784
def
__enter__(self):
785
return
self
Callers
4
run_python_until_end
Function · 0.45
make_clean_env
Function · 0.45
__init__
Method · 0.45
modules_setup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected