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__.py | 75 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__.py | 47 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.py | 331 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 D | import_helper.py | 199 def __exit__(self, *ignore_exc): 201 self._frozen_modules.__exit__(*ignore_exc) 224 def __exit__(self, *ignore_exc):
|
H A D | os_helper.py | 710 def __exit__(self, *ignore_exc):
|
H A D | __init__.py | 1721 def __exit__(self, *ignore_exc):
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 355 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