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

Method __get__

src/werkzeug/_internal.py:149–151  ·  view source on GitHub ↗
(
        self, instance: None, owner: type
    )

Source from the content-addressed store, hash-verified

147
148 @t.overload
149 def __get__(
150 self, instance: None, owner: type
151 ) -> _DictAccessorProperty[_TAccessorValue]: ...
152
153 @t.overload
154 def __get__(self, instance: t.Any, owner: type) -> _TAccessorValue: ...

Callers

nothing calls this directly

Calls 1

lookupMethod · 0.95

Tested by

no test coverage detected