Searched refs:_PartialNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py687 class _PartialNode(_LeafNode): class in inherits:_LeafNode
797 'OPEN_PARTIAL' , '{{+', _PartialNode)
1024 partial_node = _PartialNode.Inline(id_)
1036 clazz = _PartialNode.Inline
1041 if isinstance(inline_node, _PartialNode):

Completed in 191 milliseconds