Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ connect_start
Method
connect_start
psycopg/psycopg/pq/abc.py:30–30 ·
view source on GitHub ↗
(cls, conninfo: bytes)
Source
from the content-addressed store, hash-verified
28
29
@classmethod
30
def
connect_start(cls, conninfo: bytes) -> Self: ...
31
32
def
connect_poll(self) -> int: ...
33
Callers
6
test_no_password
Function · 0.45
test_dsn_no_password
Function · 0.45
test_connect_async
Function · 0.45
test_connect_async_bad
Function · 0.45
test_str
Function · 0.45
_connect
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_no_password
Function · 0.36
test_dsn_no_password
Function · 0.36
test_connect_async
Function · 0.36
test_connect_async_bad
Function · 0.36
test_str
Function · 0.36