Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ create_app
Method
create_app
tests/test_cli.py:66–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
class
Module:
65
@staticmethod
66
def
create_app():
67
return
Flask(
"appname"
)
68
69
app = find_best_app(Module)
70
assert isinstance(app, Flask)
Callers
1
load_app
Method · 0.80
Calls
1
Flask
Class · 0.90
Tested by
no test coverage detected