Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/importlib/_bootstrap.py:423–424 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
421
self._lock.acquire()
422
423
def
__exit__(self, *args, **kwargs):
424
self._lock.release()
425
426
427
# The following two functions are for consumption by Python/import.c.
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected