MCPcopy Index your code
hub / github.com/dbcli/pgcli / is_refreshing

Method is_refreshing

pgcli/completion_refresher.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return [(None, None, None, "Auto-completion refresh started in the background.")]
44
45 def is_refreshing(self):
46 return self._completer_thread and self._completer_thread.is_alive()
47
48 def _bg_refresh(self, pgexecute, special, callbacks, history=None, settings=None):
49 settings = settings or {}

Callers 2

refreshMethod · 0.95
get_toolbar_tokensFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected