Home
last modified time | relevance | path

Searched refs:_ftperrors (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py836 _ftperrors = None variable
839 global _ftperrors
840 if _ftperrors is None:
842 _ftperrors = ftplib.all_errors
843 return _ftperrors
/external/python/cpython3/Lib/urllib/
Drequest.py2341 _ftperrors = None variable
2344 global _ftperrors
2345 if _ftperrors is None:
2347 _ftperrors = ftplib.all_errors
2348 return _ftperrors