From 9951ad78c80e144c166a7d476cad7ffdf84332a9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 13 Aug 2014 14:55:49 -0700 Subject: Debug debugging --- src/ints/wrap.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/ints/wrap.py (limited to 'src/ints') diff --git a/src/ints/wrap.py b/src/ints/wrap.py new file mode 100644 index 0000000..c8a8c6d --- /dev/null +++ b/src/ints/wrap.py @@ -0,0 +1,13 @@ +class Wrapped(object): + __slots__ = ('_value') + name = 'tmwa::ints::wrapped::Wrapped' + enabled = True + + def __init__(self, value): + self._value = value + + def to_string(self): + return self._value['_value'] + + # tests are in src/mmo/ids.py instead + tests = [] -- cgit v1.2.3-70-g09d2