MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __get__

Method __get__

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

Source from the content-addressed store, hash-verified

546
547 @overload
548 def __get__(
549 self, instance: None, owner: Any
550 ) -> InstrumentedAttribute[_T_co]: ...
551
552 @overload
553 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