(self, row: int, make_row: RowMaker[Row])
| 243 | def load_rows(self, row0: int, row1: int, make_row: RowMaker[Row]) -> list[Row]: ... |
| 244 | |
| 245 | def load_row(self, row: int, make_row: RowMaker[Row]) -> Row: ... |
| 246 | |
| 247 | def load_sequence(self, record: Sequence[Buffer | None]) -> tuple[Any, ...]: ... |
| 248 |