Searched refs:_text__get (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dresponse.py405 def _text__get(self): member in class:Response
429 text = property(_text__get, _text__set, _text__del, doc=_text__get.__doc__)
431 unicode_body = ubody = property(_text__get, _text__set, _text__del,
H A Drequest.py735 def _text__get(self): member in class:BaseRequest
758 text = property(_text__get, _text__set, _text__del, doc=_text__get.__doc__)

Completed in 2882 milliseconds