Home
last modified time | relevance | path

Searched defs:exc_info (Results 1 – 25 of 59) sorted by relevance

123

/external/libchrome/third_party/jinja2/
Ddebug.py117 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/cpython3/Lib/lib2to3/fixes/
Dfix_sys_exc.py16 exc_info = ["exc_type", "exc_value", "exc_traceback"] variable in FixSysExc
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_sys_exc.py16 exc_info = [u"exc_type", u"exc_value", u"exc_traceback"] variable in FixSysExc
/external/python/cpython2/Lib/
Dcontextlib.py153 def __exit__(self, *exc_info):
Ddoctest.py237 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
Dwarnings.py380 def __exit__(self, *exc_info):
/external/python/cpython2/Lib/test/
Dtest_with.py74 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()
Dtest_importlib.py112 def __exit__(self, *exc_info):
Dtest_compiler.py14 def __exit__(self, *exc_info):
Dtest_contextlib.py166 def __exit__(self, *exc_info):
/external/python/cpython3/Lib/test/
Dtest_with.py73 def __exit__(self, *exc_info):
100 def __exit__(self, *exc_info):
691 def __exit__(self, *exc_info):
702 def __exit__(self, *exc_info): pass
706 def __exit__(self, *exc_info): raise RuntimeError()
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py160 def start_response(self, status, headers,exc_info=None): argument
285 def log_exception(self,exc_info): argument
Dvalidate.py421 def check_exc_info(exc_info): argument
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py225 def start_response(self, status, headers,exc_info=None): argument
361 def log_exception(self,exc_info): argument
Dvalidate.py430 def check_exc_info(exc_info): argument
/external/python/cpython3/Lib/
DcProfile.py117 def __exit__(self, *exc_info):
Ddoctest.py243 def _exception_traceback(exc_info): argument
1252 def report_unexpected_exception(self, out, test, example, exc_info): argument
1744 def __init__(self, test, example, exc_info): argument
1849 def report_unexpected_exception(self, out, test, example, exc_info): argument
Dwarnings.py477 def __exit__(self, *exc_info):
/external/python/cpython3/Lib/logging/
D__init__.py279 msg, args, exc_info, func=None, sinfo=None, **kwargs): argument
1465 def exception(self, msg, *args, exc_info=True, **kwargs): argument
1538 def makeRecord(self, name, level, fn, lno, msg, args, exc_info, argument
1553 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False, argument
1813 def exception(self, msg, *args, exc_info=True, **kwargs): argument
1858 def _log(self, level, msg, args, exc_info=None, extra=None, stack_info=False): argument
2054 def exception(msg, *args, exc_info=True, **kwargs): argument
/external/deqp/external/
Dfetch_sources.py42 def onReadonlyRemoveError (func, path, exc_info): argument
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dsupport.py165 def __exit__(self, *exc_info):
/external/python/cpython3/Include/cpython/
Dpystate.h90 _PyErr_StackItem *exc_info; member
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py48 def addError(self, test, exc_info): argument
/external/python/cpython3/Python/
Derrors.c78 _PyErr_StackItem *exc_info = tstate->exc_info; in _PyErr_GetTopmostException() local
441 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); in _PyErr_GetExcInfo() local
526 _PyErr_ChainStackItem(_PyErr_StackItem *exc_info) in _PyErr_ChainStackItem()
/external/python/cpython2/Lib/logging/
D__init__.py238 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

123