class Api(object): def __init__(self): self._aw_conn = None self._depth = 0. async def __aenter__(self): # create a connection *if not already established*
確定! 回上一頁