Home
last modified time | relevance | path

Searched refs:ignore_exc (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A D__init__.py75 ignore_exc=False,
85 if not callable(ignore_exc):
86 ignore_exc = (lambda exc, _ig=ignore_exc: _ig)
103 with handling_errors(ignore_exc, log_err=log_err):
132 def handling_errors(ignore_exc=None, *, log_err=None):
136 if not ignore_exc(exc):
142 if not ignore_exc(exc):
148 if not ignore_exc(exc):
H A D__main__.py47 ignore_exc = ns.pop('ignore_exc')
48 # We later pass ignore_exc to _get_preprocessor().
54 ignore_exc=ignore_exc,
/third_party/python/Tools/c-analyzer/cpython/
H A D_parser.py331 ignore_exc=None,
335 ignore_exc=ignore_exc,
348 ignore_exc=None,
355 ignore_exc=ignore_exc,
/third_party/python/Lib/test/support/
H A Dimport_helper.py199 def __exit__(self, *ignore_exc):
201 self._frozen_modules.__exit__(*ignore_exc)
224 def __exit__(self, *ignore_exc):
H A Dos_helper.py710 def __exit__(self, *ignore_exc):
H A D__init__.py1721 def __exit__(self, *ignore_exc):
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py355 def ignore_exc(_exc): function
358 def ignore_exc(_exc): function
361 def ignore_exc(exc): function
367 args.ignore_exc = ignore_exc

Completed in 7 milliseconds