Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ get_status
Method
get_status
asyncpg/cluster.py:709–710 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
707
return
dict(self.conn_spec)
708
709
def
get_status(self):
710
return
'running'
711
712
def
init(self, **settings):
713
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected