Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
class
SSLNegotiation(compat.StrEnum):
52
postgres =
"postgres"
53
direct =
"direct"
54
55
56
_ConnectionParameters = collections.namedtuple(
Callers
1
_parse_connect_dsn_and_args
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…