StringLineByLineReader

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

 

__init__(self, string, ignore_comments=False, max_nesting_depth=-1): 

Feedback

Examples

Templates

Documentation