Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ url_for
Method
url_for
examples/cupoftee/application.py:63–64 ·
view source on GitHub ↗
(self, endpoint, **values)
Source
from the content-addressed store, hash-verified
61
self.url_adapter = url_adapter
62
63
def
url_for(self, endpoint, **values):
64
return
self.url_adapter.build(endpoint, values)
65
66
def
process(self):
67
pass
Callers
1
process
Method · 0.45
Calls
1
build
Method · 0.45
Tested by
no test coverage detected