MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / form

Function form

21-async/mojifinder/web_mojifinder_bottle.py:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12@route('/')
13def form():
14 return static_file('form.html', root='static/')
15
16
17@route('/search')

Callers

nothing calls this directly

Calls 1

static_fileFunction · 0.90

Tested by

no test coverage detected