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

Function make_completer

test/pytests/test_sqlcompleter.py:35–39  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

33
34
35def make_completer(**kwargs) -> SQLCompleter:
36 comp = SQLCompleter(**kwargs)
37 comp.keywords = list(comp.keywords)
38 comp.functions = list(comp.functions)
39 return comp
40
41
42@pytest.mark.parametrize(

Calls 1

SQLCompleterClass · 0.90

Tested by

no test coverage detected