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