MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / has

Method has

lib/sqlalchemy/orm/base.py:695–699  ·  view source on GitHub ↗
(
            self,
            criterion: Optional[_ColumnExpressionArgument[bool]] = None,
            **kwargs: Any,
        )

Source from the content-addressed store, hash-verified

693 ) -> ColumnElement[bool]: ...
694
695 def has(
696 self,
697 criterion: Optional[_ColumnExpressionArgument[bool]] = None,
698 **kwargs: Any,
699 ) -> ColumnElement[bool]: ...
700
701
702class ORMDescriptor(Generic[_T_co], TypingOnly):

Calls

no outgoing calls