MCPcopy Create free account
hub / github.com/geekcomputers/Python / index

Route index

Wikipdedia/flask_rendering.py:None–None  ·  view source on GitHub ↗
app.route("/", methods=["GET", "POST"])

Source from the content-addressed store, hash-verified

1from flask import Flask, render_template, request
2import practice_beautifulsoap as data
3
4app = Flask(__name__, template_folder="template")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected