MCPcopy
hub / github.com/psycopg/psycopg / connect_poll

Method connect_poll

psycopg/psycopg/pq/abc.py:32–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 def connect_start(cls, conninfo: bytes) -> Self: ...
31
32 def connect_poll(self) -> int: ...
33
34 def finish(self) -> None: ...
35

Callers 2

test_connect_asyncFunction · 0.45
_connectFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_connect_asyncFunction · 0.36