MCPcopy Create free account
hub / github.com/dbcli/mycli / first_refresher

Function first_refresher

test/pytests/test_completion_refresher.py:234–238  ·  view source on GitHub ↗
(completer, executor)

Source from the content-addressed store, hash-verified

232 event_order.append('close')
233
234 def first_refresher(completer, executor) -> None:
235 refresher_calls.append('first')
236 event_order.append('refresher:first')
237 if refresher_calls == ['first']:
238 refresher._restart_refresh.set()
239
240 def second_refresher(completer, executor) -> None:
241 refresher_calls.append('second')

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected