diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py index 7f9648f5..75a50f12 100644 --- a/python/function.py +++ b/python/function.py @@ -263,6 +263,8 @@ class ValueRange(object): return "<range: %#x to %#x>" % (self.start, self.end) return "<range: %#x to %#x, step %#x>" % (self.start, self.end, self.step) + + @property def start(self): """ """ |
