(
self: Join[HasRowPos[Unpack[_Ts]]], # type: ignore[type-var]
)
| 1629 | |
| 1630 | @overload |
| 1631 | def select( |
| 1632 | self: Join[HasRowPos[Unpack[_Ts]]], # type: ignore[type-var] |
| 1633 | ) -> Select[Unpack[_Ts]]: ... |
| 1634 | @overload |
| 1635 | def select(self) -> Select[Unpack[TupleAny]]: ... |
| 1636 |