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

Method init

asyncpg/cluster.py:712–713  ·  view source on GitHub ↗
(self, **settings)

Source from the content-addressed store, hash-verified

710 return 'running'
711
712 def init(self, **settings):
713 pass
714
715 def start(self, wait=60, **settings):
716 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected