(self, name, val)
| 2267 | """ |
| 2268 | |
| 2269 | def __init__(self, name, val): |
| 2270 | BaseColumnarPrinter.__init__(self, "RecordBatch", val, RecordBatch(val)) |
| 2271 | |
| 2272 | |
| 2273 | class TablePrinter(BaseColumnarPrinter): |
nothing calls this directly
no test coverage detected