Home
last modified time | relevance | path

Searched refs:TracebackType (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/third_party/jinja2/
Ddebug.py15 from types import TracebackType
77 return tproxy(TracebackType, operation_handler)
127 if type(tb) is not TracebackType:
274 from types import TracebackType
312 if not (isinstance(tb, TracebackType) and
313 (next is None or isinstance(next, TracebackType))):
/external/python/cpython2/Lib/
Dtypes.py70 TracebackType = type(tb) variable
Dinspect.py188 return isinstance(object, types.TracebackType)
/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py51 assert isinstance(traceback, types.TracebackType)
/external/python/cpython2/Doc/library/
Dtypes.rst203 .. data:: TracebackType
/external/python/cpython2/Misc/
DHISTORY13129 FileType (not always accessible), and TracebackType and FrameType