MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / _init_env

Method _init_env

asyncpg/cluster.py:646–648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

644 pg_config_path=pg_config_path)
645
646 def _init_env(self):
647 super()._init_env()
648 self._pg_basebackup = self._find_pg_binary('pg_basebackup')
649
650 def init(self, **settings):
651 """Initialize cluster."""

Callers

nothing calls this directly

Calls 2

_find_pg_binaryMethod · 0.80
_init_envMethod · 0.45

Tested by

no test coverage detected