Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpathlib.py31 _IGNORED_ERROS = (ENOENT, ENOTDIR, EBADF, ELOOP) variable
39 return (getattr(exception, 'errno', None) in _IGNORED_ERROS or