]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/PyShellWindow.py
   3 from wxPython
.lib
.pyshell 
import PyShellWindow
 
   5 #---------------------------------------------------------------------- 
   7 def runTest(frame
, nb
, log
): 
   8     win 
= PyShellWindow(nb
, -1) 
  11 #---------------------------------------------------------------------- 
  13 import wxPython
.lib
.pyshell
 
  15 overview 
= wxPython
.lib
.pyshell
.__doc
__