Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ override_connection_spec
Method
override_connection_spec
asyncpg/cluster.py:328–329 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
326
return
self._get_connection_spec()
327
328
def
override_connection_spec(self, **kwargs):
329
self._connection_spec_override = kwargs
330
331
def
reset_wal(self, *, oid=None, xid=None):
332
status = self.get_status()
Callers
1
setUpClass
Method · 0.80
Calls
no outgoing calls
Tested by
1
setUpClass
Method · 0.64