Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ sub
Function
sub
tests/test_reqctx.py:71–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
@app.route(
"/"
, subdomain=
"foo"
)
71
def
sub():
72
return
None
73
74
with
app.test_request_context(
"/"
):
75
assert (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected