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
2341 _ftperrors = None variable2344 global _ftperrors2345 if _ftperrors is None:2347 _ftperrors = ftplib.all_errors2348 return _ftperrors