MCPcopy
hub / github.com/Asabeneh/30-Days-Of-Python / result

Function result

python_for_web/app.py:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23@app.route('/result')
24def result():
25 return render_template('result.html')
26
27
28@app.route('/post', methods=['GET', 'POST'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected