Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ key
Class
key
tests/test_path.py:191–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
env.pop(key, None)
190
191
class
key:
192
def
__enter__(self):
193
pass
194
195
def
Close(self):
196
pass
197
198
def
__exit__(*args, **kwargs):
199
pass
200
201
with
(
202
patch.object(wreg,
"OpenKey"
, return_value=key()),
Callers
1
test_get_home_dir_8
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_home_dir_8
Function · 0.68