MCPcopy Create free account
hub / github.com/EasyIME/PIME / __aenter__

Method __aenter__

python/python3/tornado/locks.py:455–456  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 self.__enter__()
454
455 async def __aenter__(self) -> None:
456 await self.acquire()
457
458 async def __aexit__(
459 self,

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected