MCPcopy
hub / github.com/pallets/flask / create_app

Function create_app

tests/test_cli.py:265–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 assert obj.load_app() is app
264
265 def create_app():
266 return Flask("createapp")
267
268 obj = ScriptInfo(create_app=create_app)
269 app = obj.load_app()

Callers

nothing calls this directly

Calls 1

FlaskClass · 0.90

Tested by

no test coverage detected