MCPcopy Create free account
hub / github.com/pallets/quart / NoAppException

Class NoAppException

src/quart/cli.py:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class NoAppException(click.UsageError):
37 pass
38
39
40def _called_with_wrong_args(f: Callable) -> bool:

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…