Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookielib.py220 class FakeResponse: class
246 res = FakeResponse(headers, url)
846 res = FakeResponse(headers, "http://acme.com/")
851 res = FakeResponse(headers, "http://www.acme.com/")
856 res = FakeResponse(headers, "http://www.coyote.com/")
862 res = FakeResponse(headers, "http://www.coyote.com/")
880 res = FakeResponse(headers, "http://www.acme.com/")
890 res = FakeResponse(headers, "http://www.roadrunner.net/")
905 res = FakeResponse(headers, "http://www.acme.com/")
1108 r = FakeResponse(headers, "http://www.example.com/")
[all …]