jinja2.lexer.TokenStreamIterator

class jinja2.lexer.TokenStreamIterator(stream)[source]

The iterator for tokenstreams. Iterate over the stream until the eof token is reached.

Methods

__init__(stream)
next()