Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ main
Function
main
21-async/mojifinder/web_mojifinder_bottle.py:28–31 ·
view source on GitHub ↗
(port)
Source
from the content-addressed store, hash-verified
26
27
28
def
main(port):
29
global index
30
index = InvertedIndex()
31
run(host=
'localhost'
, port=port, debug=True)
32
33
34
if
__name__ ==
'__main__'
:
Callers
1
web_mojifinder_bottle.py
File · 0.70
Calls
2
InvertedIndex
Class · 0.90
run
Function · 0.90
Tested by
no test coverage detected