Searched defs:ignore_exc (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | _parser.py | 291 ignore_exc=None, argument 307 ignore_exc=None, argument
|
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/ |
D | __init__.py | 75 ignore_exc=False, argument 132 def handling_errors(ignore_exc=None, *, log_err=None): argument
|
/external/python/cpython3/Lib/test/support/ |
D | import_helper.py | 172 def __exit__(self, *ignore_exc): 196 def __exit__(self, *ignore_exc):
|
D | os_helper.py | 616 def __exit__(self, *ignore_exc):
|
D | __init__.py | 1629 def __exit__(self, *ignore_exc):
|
/external/python/cpython3/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
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1042 def __exit__(self, *ignore_exc): 1083 def __exit__(self, *ignore_exc): 1113 def __exit__(self, *ignore_exc): 2030 def __exit__(self, *ignore_exc):
|