Home
last modified time | relevance | path

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

/external/autotest/frontend/shared/
Drest_client.py46 def __init__(self, httplib_response, httplib_content): argument
47 self.status = int(httplib_response['status'])
48 self.headers = httplib_response