File: dump_wx.py

package info (click to toggle)
svn-workbench 1.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,400 kB
  • ctags: 1,585
  • sloc: python: 12,163; sh: 74; makefile: 46; ansic: 9
file content (6 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
import wx
wx_names = dir(wx)
wx_names.sort()

for name in wx_names:
    print name