Searched refs:ignore_exc (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
D | __init__.py | 75 ignore_exc=False, argument 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): argument 136 if not ignore_exc(exc): 142 if not ignore_exc(exc): 148 if not ignore_exc(exc):
|
D | __main__.py | 47 ignore_exc = ns.pop('ignore_exc') 54 ignore_exc=ignore_exc,
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _parser.py | 291 ignore_exc=None, argument 295 ignore_exc=ignore_exc, 307 ignore_exc=None, argument 314 ignore_exc=ignore_exc,
|
/third_party/python/Lib/test/support/ |
D | import_helper.py | 171 def __exit__(self, *ignore_exc): argument 195 def __exit__(self, *ignore_exc): argument
|
D | os_helper.py | 605 def __exit__(self, *ignore_exc): argument
|
D | __init__.py | 1594 def __exit__(self, *ignore_exc): argument
|
/third_party/python/Tools/c-analyzer/c_common/ |
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
|