MCPcopy Index your code
hub / github.com/geekcomputers/Python / predict_word

Function predict_word

AutoComplete_App/frontend.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def predict_word():
12 word = predict_word_entry.get()
13 ac = backend.AutoComplete()
14 print(ac.predict(word))
15
16
17if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

predictMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected