MCPcopy Create free account
hub / github.com/astercloud/aster / __aexit__

Method __aexit__

client-sdks/python-bridge/aster.py:203–205  ·  view source on GitHub ↗

支持 async with 语法

(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

201 return self
202
203 async def __aexit__(self, exc_type, exc_val, exc_tb):
204 """支持 async with 语法"""
205 await self.close()
206
207
208# ========== 全局桥接实例 ==========

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected