Commit 231500d0 authored by Igor Dejanovic's avatar Igor Dejanovic

Removing unused properties.

parent fe9da1b0
......@@ -136,14 +136,6 @@ class ParsingExpression(object):
else:
return id(self)
@property
def nodes(self):
return self._nodes
@nodes.setter
def nodes(self, n):
self._nodes = n
def clear_cache(self, processed=None):
"""
Clears memoization cache. Should be called on input change.
......
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