Home | History | Annotate | Download | only in jinja2

Lines Matching refs:comma

281                 self.stream.expect('comma')
295 if parse_context() or self.stream.current.type != 'comma':
301 self.stream.skip_if('comma')
310 self.stream.expect('comma')
352 self.stream.expect('comma')
581 delimited by a comma a :class:`~jinja2.nodes.Tuple` node is created.
589 Because tuples do not require delimiters and may end in a bogus comma
609 self.stream.expect('comma')
613 if self.stream.current.type == 'comma':
638 self.stream.expect('comma')
650 self.stream.expect('comma')
704 self.stream.expect('comma')
729 elif self.stream.current.type not in ('rbracket', 'comma'):
736 if self.stream.current.type not in ('rbracket', 'comma'):
759 self.stream.expect('comma')
760 # support for trailing comma