HomeSort by relevance Sort by last modified time
    Searched full:_get_headers (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/webapp2/
webapp2.py 437 def _get_headers(self): member in class:Response
453 headers = property(_get_headers, _set_headers, doc=_get_headers.__doc__)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 46 def _get_headers(headers, k): function
272 self.wsgi_environ[key] = ','.join(_get_headers(self.headers, k))
    [all...]

Completed in 474 milliseconds