Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ query
Method
query
examples/couchy/models.py:24–25 ·
view source on GitHub ↗
(cls, code)
Source
from the content-addressed store, hash-verified
22
23
@classmethod
24
def
query(cls, code):
25
return
URL.db.query(code)
26
27
def
store(self):
28
if
getattr(self._data,
"id"
, None) is None:
Callers
1
list
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected