MCPcopy 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
28def main(port):
29 global index
30 index = InvertedIndex()
31 run(host='localhost', port=port, debug=True)
32
33
34if __name__ == '__main__':

Callers 1

Calls 2

InvertedIndexClass · 0.90
runFunction · 0.90

Tested by

no test coverage detected