Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ make_app
Method
make_app
tests/test_cli.py:84–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
class
Module:
83
@staticmethod
84
def
make_app():
85
return
Flask(
"appname"
)
86
87
app = find_best_app(Module)
88
assert isinstance(app, Flask)
Callers
nothing calls this directly
Calls
1
Flask
Class · 0.90
Tested by
no test coverage detected