MCPcopy 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_endFunction · 0.45
make_clean_envFunction · 0.45
__init__Method · 0.45
modules_setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected