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

Method poll

web/pgadmin/utils/driver/abstract.py:246–247  ·  view source on GitHub ↗
(self, formatted_exception_msg=True, no_result=False)

Source from the content-addressed store, hash-verified

244
245 @abstractmethod
246 def poll(self, formatted_exception_msg=True, no_result=False):
247 pass
248
249 @abstractmethod
250 def status_message(self):

Callers 4

runMethod · 0.45
executeFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected