Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ default_index
Function
default_index
main.py:435–436 ·
view source on GitHub ↗
(language="en")
Source
from the content-addressed store, hash-verified
433
@app.route(
"/"
, methods=[
"GET"
,
"POST"
])
434
@app.route(
"/<language>/"
, methods=[
"GET"
,
"POST"
])
435
def
default_index(language=
"en"
):
436
return
index(
"Welcome"
, language)
437
438
@app.route(
"/about"
)
439
@app.route(
"/privacy"
)
Callers
nothing calls this directly
Calls
1
index
Function · 0.85
Tested by
no test coverage detected