HomeSort by relevance Sort by last modified time
    Searched refs:_last_identifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jinja2/
parser.py 40 self._last_identifier = 0
108 self._last_identifier += 1
110 nodes.Node.__init__(rv, 'fi%d' % self._last_identifier, lineno=lineno)
    [all...]
compiler.py 414 self._last_identifier = 0
427 self._last_identifier += 1
428 return 't_%d' % self._last_identifier
    [all...]

Completed in 137 milliseconds