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