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

Function about

python_for_web/app.py:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17@app.route('/about')
18def about():
19 name = '30 Days Of Python Programming'
20 return render_template('about.html', name=name, title='About Us')
21
22
23@app.route('/result')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected