Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcookielib.py946 if request.is_unverifiable() and is_third_party(request):
1085 if request.is_unverifiable() and is_third_party(request):
Durllib2.py276 def is_unverifiable(self): member in Request
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py895 self.assertTrue(not req.is_unverifiable())