MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / ping

Method ping

web/pgadmin/utils/driver/abstract.py:226–231  ·  view source on GitHub ↗

Check if the connection is actually alive by sending a lightweight query to the server. Returns True if alive, False otherwise.

(self)

Source from the content-addressed store, hash-verified

224
225 @abstractmethod
226 def ping(self):
227 """
228 Check if the connection is actually alive by sending a lightweight
229 query to the server. Returns True if alive, False otherwise.
230 """
231 pass
232
233 @abstractmethod
234 def _release(self):

Callers 2

childrenMethod · 0.45
cleanupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected