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

Method __aexit__

python/python3/tornado/locks.py:566–572  ·  view source on GitHub ↗
(
        self,
        typ: "Optional[Type[BaseException]]",
        value: Optional[BaseException],
        tb: Optional[types.TracebackType],
    )

Source from the content-addressed store, hash-verified

564 await self.acquire()
565
566 async def __aexit__(
567 self,
568 typ: "Optional[Type[BaseException]]",
569 value: Optional[BaseException],
570 tb: Optional[types.TracebackType],
571 ) -> None:
572 self.release()

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected