(self, obj: Any, format: PyFormat)
| 239 | def as_literal(self, obj: Any) -> bytes: ... |
| 240 | |
| 241 | def get_dumper(self, obj: Any, format: PyFormat) -> Dumper: ... |
| 242 | |
| 243 | def load_rows(self, row0: int, row1: int, make_row: RowMaker[Row]) -> list[Row]: ... |
| 244 |
no outgoing calls