(
self, class_: _EntityType[Any]
)
| 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] |
no outgoing calls