MCPcopy 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_newFunction · 0.45
run_python_until_endFunction · 0.45
make_clean_envFunction · 0.45
run_ptyFunction · 0.45
__init__Method · 0.45
modules_setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected