Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py2373 _ftperrors = None variable
2376 global _ftperrors
2377 if _ftperrors is None:
2379 _ftperrors = ftplib.all_errors
2380 return _ftperrors