MCPcopy Create free account
hub / github.com/pallets/flask / create_app

Function create_app

tests/test_testing.py:368–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 called = False
367
368 def create_app():
369 NS.called = True
370 return app
371
372 @app.cli.command("hello")
373 def hello_command():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected