MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / any

Method any

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

Source from the content-addressed store, hash-verified

687 ) -> PropComparator[bool]: ...
688
689 def any( # noqa: A001
690 self,
691 criterion: Optional[_ColumnExpressionArgument[bool]] = None,
692 **kwargs: Any,
693 ) -> ColumnElement[bool]: ...
694
695 def has(
696 self,

Calls

no outgoing calls