Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ _add_hba_entry
Method
_add_hba_entry
tests/test_connect.py:1847–1848 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1845
super().tearDown()
1846
1847
def
_add_hba_entry(self):
1848
raise
NotImplementedError()
1849
1850
1851
@unittest.skipIf(os.environ.get(
'PGHOST'
),
'unmanaged cluster'
)
Callers
1
setUp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected