Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/threading.py:235–236 ·
view source on GitHub ↗
(self, t, v, tb)
Source
from the content-addressed store, hash-verified
233
self._block.release()
234
235
def
__exit__(self, t, v, tb):
236
self.release()
237
238
def
locked(self):
239
""
"Return whether this object is locked."
""
Callers
1
__exit__
Method · 0.45
Calls
1
release
Method · 0.95
Tested by
no test coverage detected