Two new magic methods are added: __aenter__ and __aexit__. Both must return an awaitable. An example of an asynchronous context manager: class ...
確定! 回上一頁