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

Class NoAppException

src/flask/cli.py:37–38  ·  view source on GitHub ↗

Raised if an application cannot be found or loaded.

Source from the content-addressed store, hash-verified

35
36
37class NoAppException(click.UsageError):
38 """Raised if an application cannot be found or loaded."""
39
40
41def find_best_app(module: ModuleType) -> Flask:

Callers 4

find_best_appFunction · 0.85
find_app_by_stringFunction · 0.85
locate_appFunction · 0.85
load_appMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected