We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f3bb5 commit 6d594fbCopy full SHA for 6d594fb
addons/source-python/packages/source-python/core/cache.py
@@ -74,4 +74,4 @@ def wrapper(self, *args, **kwargs):
74
return MethodType(wrapper, self)
75
76
# Return a cached property bound to the getter function
77
- return CachedProperty(getter, doc=fget.__doc__)
+ return CachedProperty(getter, doc=fget.__doc__, unbound=True)
0 commit comments