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

Method __get__

lib/sqlalchemy/orm/base.py:809–811  ·  view source on GitHub ↗
(  # type: ignore[misc]
            self: MappedColumn[_T_co], instance: TypedColumns, owner: Any
        )

Source from the content-addressed store, hash-verified

807
808 @overload
809 def __get__( # type: ignore[misc]
810 self: MappedColumn[_T_co], instance: TypedColumns, owner: Any
811 ) -> Column[_T_co]: ...
812
813 @overload
814 def __get__(

Callers 4

valueMethod · 0.45
__getattr__Method · 0.45
_get_from_serializedMethod · 0.45
_scan_attributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected