MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _ignore_error

Function _ignore_error

tools/python-3.11.9-amd64/Lib/pathlib.py:38–40  ·  view source on GitHub ↗
(exception)

Source from the content-addressed store, hash-verified

36 _WINERROR_CANT_RESOLVE_FILENAME)
37
38def _ignore_error(exception):
39 return (getattr(exception, 'errno', None) in _IGNORED_ERRNOS or
40 getattr(exception, 'winerror', None) in _IGNORED_WINERRORS)
41
42
43def _is_wildcard_pattern(pat):

Callers 10

_select_fromMethod · 0.85
_iterate_directoriesMethod · 0.85
existsMethod · 0.85
is_dirMethod · 0.85
is_fileMethod · 0.85
is_symlinkMethod · 0.85
is_block_deviceMethod · 0.85
is_char_deviceMethod · 0.85
is_fifoMethod · 0.85
is_socketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected