(
self, *criteria: _ColumnExpressionArgument[bool]
)
| 683 | ) -> PropComparator[_T_co]: ... |
| 684 | |
| 685 | def and_( |
| 686 | self, *criteria: _ColumnExpressionArgument[bool] |
| 687 | ) -> PropComparator[bool]: ... |
| 688 | |
| 689 | def any( # noqa: A001 |
| 690 | self, |
no outgoing calls