Searched defs:cached_property (Results 1 – 5 of 5) sorted by relevance
54 def cached_property(f): function
75 def cached_property(func): function
159 def cached_property(func): function
36 def cached_property(func, name=None): function
945 class cached_property: class