Getting Started
Developer Resources
Indices and Tables
Return a file-like object streaming text data (str objects)
str
file_or_stream (str, Path or file-like object) – the input from which to return the stream of text
encoding (str) – the encoding used. If the passed argument is already a file-like object of encoded text data, this argument is ignored
a file-like object streaming text data