class documentation

class _trans_ctx(StartableContext):

View In Hierarchy

Undocumented

Async Method __aexit__ Undocumented
Method __init__ Undocumented
Async Method start Undocumented
Instance Variable conn Undocumented
Instance Variable transaction Undocumented

Inherited from StartableContext:

Async Method __aenter__ Undocumented
Method __await__ Undocumented
Method ​_raise​_for​_not​_started Undocumented
Class Variable __slots__ Undocumented
async def __aexit__(self, type_, value, traceback):
def __init__(self, conn):

Undocumented

async def start(self, is_ctxmanager=False):
conn =

Undocumented

transaction =

Undocumented