Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ destroy
Method
destroy
asyncpg/cluster.py:721–722 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
719
pass
720
721
def
destroy(self):
722
pass
723
724
def
reset_hba(self):
725
raise
ClusterError(
'cannot modify HBA records of unmanaged cluster'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected