Searched refs:_ftperrors (Results 1 – 2 of 2) sorted by relevance
836 _ftperrors = None variable839 global _ftperrors840 if _ftperrors is None:842 _ftperrors = ftplib.all_errors843 return _ftperrors
2367 _ftperrors = None variable2370 global _ftperrors2371 if _ftperrors is None:2373 _ftperrors = ftplib.all_errors2374 return _ftperrors