Searched defs:cached_property (Results 1 – 3 of 3) sorted by relevance
54 def cached_property(f): function
75 def cached_property(func): function
1007 class cached_property: class