Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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(
'/'
)
13
def
form():
14
return
static_file(
'form.html'
, root=
'static/'
)
15
16
17
@route(
'/search'
)
Callers
nothing calls this directly
Calls
1
static_file
Function · 0.90
Tested by
no test coverage detected