MCPcopy Index your code
hub / github.com/dbcli/mycli / join

Method join

test/pytests/test_schema_prefetcher.py:243–244  ·  view source on GitHub ↗
(self, timeout: float)

Source from the content-addressed store, hash-verified

241 return True
242
243 def join(self, timeout: float) -> None:
244 self.join_timeout = timeout
245
246 fake_thread = FakeThread()
247 prefetcher._thread = fake_thread

Callers 15

get_mylogin_cnf_pathFunction · 0.80
MyCliClass · 0.80
run_from_cli_argsFunction · 0.80
_parse_enum_valuesMethod · 0.80
find_fuzzy_matchesMethod · 0.80
stopMethod · 0.80
complete_pathFunction · 0.80
guess_socket_locationFunction · 0.80
find_prev_keywordFunction · 0.80
addMethod · 0.80
search_historyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected