Home | History | Annotate | Download | only in jinja2

Lines Matching refs:generator

462         """Lex the given sourcecode and return a generator that yields
529 `defer_init` is use internally to aid the module code generator. This
981 a generator that yields one item after another as unicode strings.
1109 """A template stream works pretty much like an ordinary python generator
1160 def generator(next):
1180 self._next = get_next(generator(get_next(self._gen)))