summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/function.py b/python/function.py
index 80e18250..9d70d5be 100644
--- a/python/function.py
+++ b/python/function.py
@@ -422,16 +422,6 @@ class PossibleValueSet(object):
self._table = value
@property
- def table(self):
- """ """
- return self._table
-
- @table.setter
- def table(self, value):
- """ """
- self._table = value
-
- @property
def mapping(self):
""" """
return self._mapping