Home
last modified time | relevance | path

Searched refs:BlockReference (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/third_party/jinja2/
Dasyncsupport.py157 from jinja2.runtime import BlockReference, Macro
158 BlockReference.__call__ = wrap_block_reference_call(
159 BlockReference.__call__)
Druntime.py88 return BlockReference(name, self.__context, blocks, 0)
185 return BlockReference(name, self, blocks, index)
324 class BlockReference(object): class
340 return BlockReference(self.name, self._context, self._stack,
/external/python/jinja/src/jinja2/
Dasyncsupport.py150 from .runtime import BlockReference, Macro
152 BlockReference.__call__ = wrap_block_reference_call(BlockReference.__call__)
Druntime.py113 return BlockReference(name, self.__context, blocks, 0)
213 return BlockReference(name, self, blocks, index)
340 class BlockReference: class
356 return BlockReference(self.name, self._context, self._stack, self._depth + 1)