MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / progress

Function progress

main.py:484–489  ·  view source on GitHub ↗
(language)

Source from the content-addressed store, hash-verified

482
483@app.route("/<language>/progress")
484def progress(language):
485 return make_response(render_template(
486 "progress.html",
487 domain_data=get_domain_data(),
488 all_data=constants.DOMAIN_DATA,
489 ))
490
491@app.route("/<title>", methods=["GET", "POST"])
492@app.route("/<language>/<title>", methods=["GET", "POST"])

Callers

nothing calls this directly

Calls 1

get_domain_dataFunction · 0.85

Tested by

no test coverage detected