MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __get__

Method __get__

lib/sqlalchemy/orm/attributes.py:554–556  ·  view source on GitHub ↗
(
        self, instance: None, owner: Any
    )

Source from the content-addressed store, hash-verified

552
553 @overload
554 def __get__(
555 self, instance: None, owner: Any
556 ) -> InstrumentedAttribute[_T_co]: ...
557
558 @overload
559 def __get__(self, instance: object, owner: Any) -> _T_co: ...

Callers

nothing calls this directly

Calls 3

instance_dictFunction · 0.85
instance_stateFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected