Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __exit__
Method
__exit__
Lib/warnings.py:84–85 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
82
return
self
83
84
def
__exit__(self, *args):
85
_release_lock()
86
87
_lock = _Lock()
88
except
ImportError:
Callers
nothing calls this directly
Calls
1
_release_lock
Function · 0.90
Tested by
no test coverage detected