Home | History | Annotate | Download | only in jinja2

Lines Matching refs:Tuple

99         """Are we at the end of a tuple?"""
363 parameter is forwarded to the tuple parsing function.
581 delimited by a comma a :class:`~jinja2.nodes.Tuple` node is created.
582 This method could also return a regular expression instead of a tuple
585 The default parsing mode is a full tuple. If `simplified` is `True`
590 an extra hint is needed that marks the end of a tuple. For example
596 tuple is a valid expression or not.
623 # if we don't have explicit parentheses, an empty tuple is
626 # tuple.
631 return nodes.Tuple(args, 'load', lineno=lineno)
710 arg = nodes.Tuple(args, 'load', lineno=token.lineno)