Fix: sharedmethodcache didn't preserve docstrings
Compare changes
+ 2
− 1
@@ -43,6 +43,7 @@ def sharedmethodcache(cache_id: str):
@@ -43,6 +43,7 @@ def sharedmethodcache(cache_id: str):
Of course, for this to be useful, said methods must have the same signature (up to additional kwargs)