Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_launcher.py:150–153 ·
view source on GitHub ↗
(self, path, content)
Source
from the content-addressed store, hash-verified
148
149
class
PreservePyIni:
150
def
__init__(self, path, content):
151
self.path = Path(path)
152
self.content = content
153
self._preserved = None
154
155
def
__enter__(self):
156
try
:
Callers
nothing calls this directly
Calls
1
Path
Class · 0.90
Tested by
no test coverage detected