Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ add_document
Function
add_document
Search_Engine/frontend.py:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
5
def
add_document():
6
document = add_documents_entry.get()
7
se = backend.SearchEngine()
8
print(se.index_document(document))
9
10
11
def
find_term():
Callers
nothing calls this directly
Calls
2
index_document
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected