MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / await_

Method await_

lib/sqlalchemy/util/queue.py:244–244  ·  view source on GitHub ↗
(coroutine: Awaitable[Any])

Source from the content-addressed store, hash-verified

242
243 @staticmethod
244 def await_(coroutine: Awaitable[Any]) -> _T: ...
245
246 else:
247 await_ = staticmethod(await_only)

Callers 15

putMethod · 0.95
getMethod · 0.95
executeMethod · 0.80
executemanyMethod · 0.80
executeMethod · 0.80
closeMethod · 0.80
fetchoneMethod · 0.80
fetchmanyMethod · 0.80
fetchallMethod · 0.80
__iter__Method · 0.80
executeMethod · 0.80
commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected