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