MCPcopy 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
5def add_document():
6 document = add_documents_entry.get()
7 se = backend.SearchEngine()
8 print(se.index_document(document))
9
10
11def find_term():

Callers

nothing calls this directly

Calls 2

index_documentMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected