Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcookielib.py962 if request.is_unverifiable() and is_third_party(request):
1101 if request.is_unverifiable() and is_third_party(request):
Durllib2.py311 def is_unverifiable(self): member in Request
/external/python/cpython2/Lib/test/
Dtest_urllib2.py916 self.assertTrue(not req.is_unverifiable())
/external/python/cpython2/Doc/library/
Durllib2.rst441 .. method:: Request.is_unverifiable()
/external/python/cpython3/Doc/library/
Durllib.request.rst594 get_selector, get_origin_req_host and is_unverifiable that were deprecated
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2199 ``is_unverifiable`` have been removed (use direct attribute access instead).