summaryrefslogtreecommitdiff
path: root/grc/python/FlowGraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/python/FlowGraph.py')
-rw-r--r--grc/python/FlowGraph.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/grc/python/FlowGraph.py b/grc/python/FlowGraph.py
index 686dae70fa..b2a1d27859 100644
--- a/grc/python/FlowGraph.py
+++ b/grc/python/FlowGraph.py
@@ -39,7 +39,10 @@ class FlowGraph(_FlowGraph, _GUIFlowGraph):
self.grc_file_path = ''
_FlowGraph.__init__(self, **kwargs)
_GUIFlowGraph.__init__(self)
- self._eval_cache = dict()
+ self.n = {}
+ self.n_hash = -1
+ self._renew_eval_ns = True
+ self._eval_cache = {}
def _eval(self, code, namespace, namespace_hash):
"""