Commit 19a3531a by Chris Jerdonek

Added to RenderEngine.parse_to_tree() docstring.

parent bc6173e6
...@@ -308,7 +308,10 @@ class RenderEngine(object): ...@@ -308,7 +308,10 @@ class RenderEngine(object):
def parse_to_tree(self, template, index=0): def parse_to_tree(self, template, index=0):
""" """
Parse a template into a syntax tree. Parse a template string into a syntax tree using current attributes.
This method uses the current RenderEngine instance's attributes,
including the current tag delimiter, etc.
""" """
parse_tree = [] parse_tree = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment