Definition
An object which controls the environment seen in an
async with statement by defining __aenter__() and
__aexit__() methods. Introduced by PEP 492.
An object which controls the environment seen in an
async with statement by defining __aenter__() and
__aexit__() methods. Introduced by PEP 492.