HomeSort by relevance Sort by last modified time
    Searched refs:StackBrowser (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_stackviewer.py 39 sb = stackviewer.StackBrowser(self.root)
  /external/python/cpython2/Lib/idlelib/
StackViewer.py 11 def StackBrowser(root, flist=None, tb=None, top=None):
142 StackBrowser(root, flist=flist, top=root, tb=exc_tb)
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
stackviewer.py 10 def StackBrowser(root, flist=None, tb=None, top=None):
143 StackBrowser(top, flist=flist, top=top, tb=exc_tb)
pyshell.py     [all...]

Completed in 49 milliseconds