Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcode.py94 self.showtraceback()
131 def showtraceback(self): member in InteractiveInterpreter
/third_party/python/Lib/asyncio/
D__main__.py65 self.showtraceback()
/third_party/python/Lib/idlelib/
Dpyshell.py750 def showtraceback(self): member in ModifiedInterpreter
754 InteractiveInterpreter.showtraceback(self)
800 self.showtraceback()
807 self.showtraceback()
814 self.showtraceback()
/third_party/python/Doc/library/
Dcode.rst99 Execute a code object. When an exception occurs, :meth:`showtraceback` is called
117 .. method:: InteractiveInterpreter.showtraceback()
/third_party/python/Doc/whatsnew/
D3.5.rst895 The :func:`InteractiveInterpreter.showtraceback() <code.InteractiveInterpreter.showtraceback>`
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2041 showtraceback method, to match the built in interactive interpreter.