MCPcopy Create free account
hub / github.com/geekcomputers/Python / find_term

Function find_term

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

Source from the content-addressed store, hash-verified

9
10
11def find_term():
12 term = find_term_entry.get()
13 se = backend.SearchEngine()
14 print(se.find_documents(term))
15
16
17if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

find_documentsMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected