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.py286 class FakeResponse: class
310 res = FakeResponse(headers, url)
925 res = FakeResponse(headers, "http://acme.com/")
930 res = FakeResponse(headers, "http://www.acme.com/")
935 res = FakeResponse(headers, "http://www.coyote.com/")
941 res = FakeResponse(headers, "http://www.coyote.com/")
956 res = FakeResponse(headers, "http://www.acme.com/")
966 res = FakeResponse(headers, "http://www.roadrunner.net/")
981 res = FakeResponse(headers, "http://www.acme.com/")
993 res = FakeResponse(headers, "http://acme.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 …]