Searched refs:cached_property (Results 1 – 12 of 12) sorted by relevance
18 headers headers cached_property21 host host cached_property43 script_name script_root cached_property44 path_info ???path cached_property54 authorization authorization cached_property55 pragma pragma cached_property61 user_agent user_agent cached_property69 host_url host_url cached_property70 application_url base_url cached_property Not sure if same71 path_url ???path cached_property[all …]
104 @webapp2.cached_property114 @webapp2.cached_property126 @webapp2.cached_property470 @webapp2.cached_property
110 @webapp2.cached_property219 @webapp2.cached_property
312 @webapp2.cached_property
35 - :class:`cached_property`131 .. autoclass:: cached_property
73 def cached_property(func): function
54 @decorators.cached_property
93 @webapp2.cached_property98 self.assertTrue(isinstance(Foo.bar, webapp2.cached_property))
37 @webapp2.cached_property
682 class cached_property(object): class834 @cached_property960 @cached_property
103 - cached_property now uses threading.RLock for thread-safety.
1408 @decorators.cached_property