unittest.skipIf(not os.environ.get('PGVERSION'),
"environ[PGVERSION] is not set")
| 1 | # Copyright (C) 2016-present the asyncpg authors and contributors |
| 2 | # <see AUTHORS file> |
| 3 | # |
| 4 | # This module is part of asyncpg and is released under |
nothing calls this directly
no outgoing calls
no test coverage detected