MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / of_type

Method of_type

lib/sqlalchemy/orm/base.py:681–683  ·  view source on GitHub ↗
(
            self, class_: _EntityType[Any]
        )

Source from the content-addressed store, hash-verified

679 if typing.TYPE_CHECKING:
680
681 def of_type(
682 self, class_: _EntityType[Any]
683 ) -> PropComparator[_T_co]: ...
684
685 def and_(
686 self, *criteria: _ColumnExpressionArgument[bool]

Calls

no outgoing calls