Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py305 class FakeResponse: class
329 res = FakeResponse(headers, url)
410 res = FakeResponse(headers, "http://www.acme.com/")
662 res = FakeResponse(headers, "http://www.coyote.com/")
1071 res = FakeResponse(headers, "http://acme.com/")
1076 res = FakeResponse(headers, "http://www.acme.com/")
1081 res = FakeResponse(headers, "http://www.coyote.com/")
1087 res = FakeResponse(headers, "http://www.coyote.com/")
1102 res = FakeResponse(headers, "http://www.acme.com/")
1112 res = FakeResponse(header
[all...]

Completed in 2 milliseconds