/external/libchrome/third_party/jinja2/ |
D | debug.py | 117 def exc_info(self): member in ProcessedTraceback 132 def make_traceback(exc_info, source_hint=None): argument 154 def translate_exception(exc_info, initial_skip=0): argument 228 def fake_exc_info(exc_info, filename, lineno): argument
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_sys_exc.py | 16 exc_info = [u"exc_type", u"exc_value", u"exc_traceback"] variable in FixSysExc
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_sys_exc.py | 16 exc_info = ["exc_type", "exc_value", "exc_traceback"] variable in FixSysExc
|
/external/tensorflow/tensorflow/python/tpu/ |
D | error_handling.py | 55 def record_error(self, source, exc_info, session=None): argument
|
/external/python/cpython2/Lib/ |
D | contextlib.py | 153 def __exit__(self, *exc_info):
|
D | warnings.py | 380 def __exit__(self, *exc_info):
|
D | doctest.py | 237 def _exception_traceback(exc_info): argument 1230 def report_unexpected_exception(self, out, test, example, exc_info): argument 1699 def __init__(self, test, example, exc_info): argument 1804 def report_unexpected_exception(self, out, test, example, exc_info): argument
|
/external/python/cpython3/Lib/test/ |
D | test_with.py | 73 def __exit__(self, *exc_info): 100 def __exit__(self, *exc_info): 685 def __exit__(self, *exc_info): 696 def __exit__(self, *exc_info): pass 700 def __exit__(self, *exc_info): raise RuntimeError()
|
D | test_sys_settrace.py | 21 def __exit__(self, *exc_info): 33 async def __aexit__(self, *exc_info):
|
/external/python/cpython2/Lib/test/ |
D | test_with.py | 74 def __exit__(self, *exc_info): 101 def __exit__(self, *exc_info): 677 def __exit__(self, *exc_info): 688 def __exit__(self, *exc_info): pass 692 def __exit__(self, *exc_info): raise RuntimeError()
|
D | test_importlib.py | 112 def __exit__(self, *exc_info):
|
D | test_compiler.py | 14 def __exit__(self, *exc_info):
|
D | test_contextlib.py | 166 def __exit__(self, *exc_info):
|
/external/python/cpython2/Lib/wsgiref/ |
D | handlers.py | 160 def start_response(self, status, headers,exc_info=None): argument 285 def log_exception(self,exc_info): argument
|
D | validate.py | 421 def check_exc_info(exc_info): argument
|
/external/python/cpython3/Lib/wsgiref/ |
D | handlers.py | 212 def start_response(self, status, headers,exc_info=None): argument 347 def log_exception(self,exc_info): argument
|
D | validate.py | 430 def check_exc_info(exc_info): argument
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 294 msg, args, exc_info, func=None, sinfo=None, **kwargs): argument 1414 def exception(self, msg, *args, exc_info=True, **kwargs): argument 1481 def makeRecord(self, name, level, fn, lno, msg, args, exc_info, argument 1496 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False): argument 1749 def exception(self, msg, *args, exc_info=True, **kwargs): argument 1794 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False): argument 1963 def exception(msg, *args, exc_info=True, **kwargs): argument
|
/external/python/cpython3/Lib/ |
D | doctest.py | 236 def _exception_traceback(exc_info): argument 1244 def report_unexpected_exception(self, out, test, example, exc_info): argument 1736 def __init__(self, test, example, exc_info): argument 1841 def report_unexpected_exception(self, out, test, example, exc_info): argument
|
D | warnings.py | 493 def __exit__(self, *exc_info):
|
/external/deqp/external/ |
D | fetch_sources.py | 42 def onReadonlyRemoveError (func, path, exc_info): argument
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 48 def addError(self, test, exc_info): argument
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 238 msg, args, exc_info, func=None): argument 1261 def makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=None, extra=None): argument 1274 def _log(self, level, msg, args, exc_info=None, extra=None): argument
|
/external/python/cpython3/Python/ |
D | errors.c | 59 _PyErr_StackItem *exc_info = tstate->exc_info; in _PyErr_GetTopmostException() local 359 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); in PyErr_GetExcInfo() local
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 239 def __exit__(self, *exc_info):
|