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