MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / __init__

Method __init__

asyncpg/cluster.py:700–701  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

698
699class RunningCluster(Cluster):
700 def __init__(self, **kwargs):
701 self.conn_spec = kwargs
702
703 def is_managed(self):
704 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected