Home
last modified time | relevance | path

Searched refs:max_redirections (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py564 max_redirections = 10 variable in HTTPRedirectHandler
642 len(visited) >= self.max_redirections):
/external/python/cpython3/Lib/urllib/
Drequest.py649 max_redirections = 10 variable in HTTPRedirectHandler
735 len(visited) >= self.max_redirections):
/external/python/cpython2/Lib/test/
Dtest_urllib2.py992 urllib2.HTTPRedirectHandler.max_redirections)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1229 urllib.request.HTTPRedirectHandler.max_redirections)