Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ lookup
Method
lookup
src/werkzeug/_internal.py:145–146 ·
view source on GitHub ↗
(self, instance: t.Any)
Source
from the content-addressed store, hash-verified
143
self.__doc__ = doc
144
145
def
lookup(self, instance: t.Any) -> t.MutableMapping[str, t.Any]:
146
raise
NotImplementedError
147
148
@t.overload
149
def
__get__(
Callers
3
__get__
Method · 0.95
__set__
Method · 0.95
__delete__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected