Copy page Copy page View source stouputils.ctx.common module# class AbstractBothContextManager[source]# Bases: AbstractContextManager, AbstractAsyncContextManager, Generic Abstract base class for context managers that support both synchronous and asynchronous usage. _abc_impl = <_abc._abc_data object>#