Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py391 class MockHTTPHandler(urllib2.BaseHandler): class
1002 hh = MockHTTPHandler(302, "Location: http://www.cracker.com/\r\n\r\n")
1012 hh = MockHTTPHandler(302, 'Location: ' + redirected_url)
1095 http_handler = MockHTTPHandler(
1116 http_handler = MockHTTPHandler(
1157 http_handler = MockHTTPHandler(