FileStreamReader

Represents a file from which we’ll stream blocks of data by finding tags and parsing what’s between them

 

__init__(self, file, mode='r', encoding='utf-8', **kw): 

Feedback

Examples

Templates

Documentation