Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ flask_rendering.py
File
flask_rendering.py
Wikipdedia/flask_rendering.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
flask
import
Flask, render_template, request
2
import
practice_beautifulsoap
as
data
3
4
app = Flask(__name__, template_folder=
"template"
)
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected