MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / start

Method start

lib/sqlalchemy/ext/asyncio/base.py:114–115  ·  view source on GitHub ↗
(self, is_ctxmanager: bool = False)

Source from the content-addressed store, hash-verified

112
113 @abc.abstractmethod
114 async def start(self, is_ctxmanager: bool = False) -> _T_co:
115 raise NotImplementedError()
116
117 def __await__(self) -> Generator[Any, Any, _T_co]:
118 return self.start().__await__()

Callers 15

__await__Method · 0.95
__aenter__Method · 0.95
collect_types_fixtureFunction · 0.45
test_syncMethod · 0.45
test_timeout_raceMethod · 0.45
_test_overflowMethod · 0.45
test_waiters_handledMethod · 0.45
test_notify_waitersMethod · 0.45
_test_cleanupMethod · 0.45

Calls

no outgoing calls

Tested by 15

collect_types_fixtureFunction · 0.36
test_syncMethod · 0.36
test_timeout_raceMethod · 0.36
_test_overflowMethod · 0.36
test_waiters_handledMethod · 0.36
test_notify_waitersMethod · 0.36
_test_cleanupMethod · 0.36
test_lazy_initMethod · 0.36