D | httpexceptions.py | 169 title = None variable in HTTPException 196 self.code, self.title, self.explanation, self.detail)) 218 return ('%s %s\r\n%s\r\n' % (self.code, self.title, body)) 224 'title': self.title, 263 start_response('%s %s' % (self.code, self.title), 272 self.title, self.code) 358 title = 'Multiple Choices' variable in HTTPMultipleChoices 362 title = 'Moved Permanently' variable in HTTPMovedPermanently 366 title = 'Found' variable in HTTPFound 373 title = 'See Other' variable in HTTPSeeOther [all …]
|