Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ __aenter__
Method
__aenter__
tornado/locks.py:561–562 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
559
self.__enter__()
560
561
async
def
__aenter__(self) -> None:
562
await self.acquire()
563
564
async
def
__aexit__(
565
self,
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.95
Tested by
no test coverage detected