MCPcopy
hub / github.com/pallets/werkzeug / load

Method load

examples/couchy/models.py:20–21  ·  view source on GitHub ↗
(cls, id)

Source from the content-addressed store, hash-verified

18
19 @classmethod
20 def load(cls, id):
21 return super().load(URL.db, id)
22
23 @classmethod
24 def query(cls, code):

Callers 8

test_chunked_requestFunction · 0.80
newFunction · 0.80
displayFunction · 0.80
linkFunction · 0.80
generate_templateFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_chunked_requestFunction · 0.64