Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
find_term():
12
term = find_term_entry.get()
13
se = backend.SearchEngine()
14
print(se.find_documents(term))
15
16
17
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
2
find_documents
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected