Explorar o código

Not hide the docstring of the decorate methods

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58622 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli %!s(int64=11) %!d(string=hai) anos
pai
achega
99fddbfb7a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/python/pygrass/errors.py

+ 1 - 0
lib/python/pygrass/errors.py

@@ -42,4 +42,5 @@ def must_be_open(method):
             return method(self, *args, **kargs)
         else:
             warning(_("The map is close!"))
+    wrapper.__doc__ = method.__doc__
     return wrapper