TextReader
TextReader(
initial_bytes = b’’,
)
Base class for reading text files.
|
class of dascore.utils.io inherits from: BinaryReader, _io.BytesIO, _io._BufferedIOBase, _io._IOBase |
source |
TextReader(
initial_bytes = b’’,
)
Base class for reading text files.