Searched refs:_IGNORED_ERROS (Results 1 – 1 of 1) sorted by relevance
31 _IGNORED_ERROS = (ENOENT, ENOTDIR, EBADF, ELOOP) variable39 return (getattr(exception, 'errno', None) in _IGNORED_ERROS or