Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ __await__
Method
__await__
asyncpg/pool.py:1032–1033 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1030
ch._con._drop_local_type_cache()
1031
1032
def
__await__(self):
1033
return
self._async__init__().__await__()
1034
1035
async
def
__aenter__(self):
1036
await self._async__init__()
Callers
1
__await__
Method · 0.45
Calls
1
_async__init__
Method · 0.95
Tested by
no test coverage detected