]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/py/PyFilling.py
   1 """PyFilling is a python namespace inspection application.""" 
   3 __author__ 
= "Patrick K. O'Brien <pobrien@orbtech.com>" 
   5 __revision__ 
= "$Revision$"[11:-2] 
   7 # We use this object to get more introspection when run standalone. 
  12 # These are imported just to have something interesting to inspect. 
  28 class App(filling
.App
): 
  30         filling
.App
.OnInit(self
) 
  31         self
.root 
= self
.fillingFrame
.filling
.tree
.root
 
  35     """Create and run the application.""" 
  38     app
.fillingFrame
.filling
.tree
.Expand(app
.root
) 
  42 if __name__ 
== '__main__':