5.1.4.3. Base writer classes of binary formats¶
- class pytablewriter.writer.binary._interface.AbstractBinaryTableWriter(**kwargs: Any)[source]¶
Bases:
AbstractTableWriter,BinaryWriterInterface- property stream: Any¶
- property support_split_write: bool¶
Indicates whether the writer class supports iterative table writing (
write_table_iter) method.- Returns:
Trueif the writer supported iterative table writing.- Return type:
bool