Inherit help message on decoration for decompress
This commit is contained in:
parent
44d301d59f
commit
2f824e051a
@ -303,6 +303,7 @@ def decompress_first(func):
|
||||
def dec_first(self, *args, **kw):
|
||||
self.decompress();
|
||||
return func(self, *args, **kw);
|
||||
dec_first.__doc__ = func.__doc__
|
||||
return dec_first
|
||||
|
||||
class MCLevel(object):
|
||||
|
Reference in New Issue
Block a user