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

Class SSLNegotiation

asyncpg/connect_utils.py:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class SSLNegotiation(compat.StrEnum):
52 postgres = "postgres"
53 direct = "direct"
54
55
56_ConnectionParameters = collections.namedtuple(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…