Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ Module
Class
Module
tests/test_cli.py:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
def
test_find_best_app(test_apps):
49
class
Module:
50
app = Flask(
"appname"
)
51
52
assert find_best_app(Module) == Module.app
53
Callers
1
__init__.py
File · 0.85
Calls
1
Flask
Class · 0.90
Tested by
no test coverage detected