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

Method __aenter__

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

Source from the content-addressed store, hash-verified

561 self.__enter__()
562
563 async def __aenter__(self) -> None:
564 await self.acquire()
565
566 async def __aexit__(
567 self,

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected