Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py288 class FakeResponse: class
312 res = FakeResponse(headers, url)
900 res = FakeResponse(headers, "http://acme.com/")
905 res = FakeResponse(headers, "http://www.acme.com/")
910 res = FakeResponse(headers, "http://www.coyote.com/")
916 res = FakeResponse(headers, "http://www.coyote.com/")
931 res = FakeResponse(headers, "http://www.acme.com/")
941 res = FakeResponse(headers, "http://www.roadrunner.net/")
956 res = FakeResponse(headers, "http://www.acme.com/")
1146 r = FakeResponse(headers, "http://www.example.com/")
[all …]
/external/python/cpython2/Lib/test/
Dtest_cookielib.py235 class FakeResponse: class
261 res = FakeResponse(headers, url)
874 res = FakeResponse(headers, "http://acme.com/")
879 res = FakeResponse(headers, "http://www.acme.com/")
884 res = FakeResponse(headers, "http://www.coyote.com/")
890 res = FakeResponse(headers, "http://www.coyote.com/")
908 res = FakeResponse(headers, "http://www.acme.com/")
918 res = FakeResponse(headers, "http://www.roadrunner.net/")
933 res = FakeResponse(headers, "http://www.acme.com/")
1142 r = FakeResponse(headers, "http://www.example.com/")
[all …]