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

Method get_wrongpassword

tests/test_connect.py:273–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 return CORRECT_PASSWORD
272
273 def get_wrongpassword():
274 return 'wrongpassword'
275
276 conn = await self.connect(
277 user='password_user',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected