summaryrefslogtreecommitdiff
path: root/templates/python/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'templates/python/context.py')
-rw-r--r--templates/python/context.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/python/context.py b/templates/python/context.py
index df86b02..8e89195 100644
--- a/templates/python/context.py
+++ b/templates/python/context.py
@@ -24,3 +24,6 @@ class Context:
def __delitem__(self, key):
del self._vars[key]
+
+ def __repr__(self):
+ return repr(self._vars)