import asyncio. 2. . 3. class Async: 4. async def close(self):. 5. print('closing'). 6. return self. 7. . 8. def __del__(self):. 9. print('destructing').
確定! 回上一頁