Home
last modified time | relevance | path

Searched refs:cached_property (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
Drequest_table.rst18 headers headers cached_property
21 host host cached_property
43 script_name script_root cached_property
44 path_info ???path cached_property
54 authorization authorization cached_property
55 pragma pragma cached_property
61 user_agent user_agent cached_property
69 host_url host_url cached_property
70 application_url base_url cached_property Not sure if same
71 path_url ???path cached_property
[all …]
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Dauth.py104 @webapp2.cached_property
114 @webapp2.cached_property
126 @webapp2.cached_property
470 @webapp2.cached_property
Droutes.py110 @webapp2.cached_property
219 @webapp2.cached_property
Dsessions.py312 @webapp2.cached_property
/external/chromium-trace/catapult/third_party/webapp2/docs/api/
Dwebapp2.rst35 - :class:`cached_property`
131 .. autoclass:: cached_property
/external/autotest/client/common_lib/
Ddecorators.py73 def cached_property(func): function
Ddecorators_unittest.py54 @decorators.cached_property
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dmisc_test.py93 @webapp2.cached_property
98 self.assertTrue(isinstance(Foo.bar, webapp2.cached_property))
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dextras.rst37 @webapp2.cached_property
/external/chromium-trace/catapult/third_party/webapp2/
Dwebapp2.py682 class cached_property(object): class
834 @cached_property
960 @cached_property
DCHANGES103 - cached_property now uses threading.RLock for thread-safety.
/external/autotest/frontend/afe/
Dmodels.py1408 @decorators.cached_property