If __aenter__ fails, __aexit__ is indeed not run. Any required cleanup is __aenter__ 's responsibility in this case. __aenter__ has more ...
確定! 回上一頁