Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
put
Method · 0.95
get
Method · 0.95
execute
Method · 0.80
executemany
Method · 0.80
execute
Method · 0.80
close
Method · 0.80
fetchone
Method · 0.80
fetchmany
Method · 0.80
fetchall
Method · 0.80
__iter__
Method · 0.80
execute
Method · 0.80
commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected