HomeSort by relevance Sort by last modified time
    Searched full:_parse_block (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/jinja2/
ext.py 264 singular_names, singular = self._parse_block(parser, True)
284 plural_names, plural = self._parse_block(parser, False)
309 def _parse_block(self, parser, allow_pluralize): member in class:InternationalizationExtension

Completed in 813 milliseconds