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 6cc5bae commit 4e6d727Copy full SHA for 4e6d727
quark/core/shurikenapkinfo.py
@@ -92,7 +92,7 @@ def custom_methods(self) -> Set[MethodObject]:
92
method for method in self.all_methods if not method.cache.external
93
}
94
95
- @property
+ @functools.cached_property
96
def all_methods(self) -> Set[MethodObject]:
97
"""
98
Inherited from baseapkinfo.py.
0 commit comments