Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ get_pg_version
Method
get_pg_version
asyncpg/cluster.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
self._connection_spec_override = None
90
91
def
get_pg_version(self):
92
return
self._pg_version
93
94
def
is_managed(self):
95
return
True
Callers
6
test_full_reconnect_on_node_change_role
Method · 0.80
get_server_settings
Method · 0.80
test_tls_version
Method · 0.80
test_target_server_attribute_port
Method · 0.80
test_target_attribute_not_matched
Method · 0.80
get_server_settings
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_full_reconnect_on_node_change_role
Method · 0.64
get_server_settings
Method · 0.64
test_tls_version
Method · 0.64
test_target_server_attribute_port
Method · 0.64
test_target_attribute_not_matched
Method · 0.64