Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ url_for
Function
url_for
examples/couchy/utils.py:38–39 ·
view source on GitHub ↗
(endpoint, _external=False, **values)
Source
from the content-addressed store, hash-verified
36
37
38
def
url_for(endpoint, _external=False, **values):
39
return
local.url_adapter.build(endpoint, values, force_external=_external)
40
41
42
jinja_env.globals[
"url_for"
] = url_for
Callers
4
previous
Method · 0.70
next
Method · 0.70
short_url
Method · 0.70
new
Function · 0.70
Calls
1
build
Method · 0.45
Tested by
no test coverage detected