MCPcopy
hub / github.com/psycopg/psycopg / reset_poll

Method reset_poll

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

Source from the content-addressed store, hash-verified

41 def reset_start(self) -> None: ...
42
43 def reset_poll(self) -> int: ...
44
45 @classmethod
46 def ping(self, conninfo: bytes) -> int: ...

Callers 1

test_reset_asyncFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_reset_asyncFunction · 0.36