/trunk/Examples/test-suite/python/rename_pcre_encoder_runme.py
# · Python · 13 lines · 10 code · 3 blank · 0 comment · 1 complexity · ae7117a0c835a135d9ed6bb87ade0333 MD5 · raw file
- from rename_pcre_encoder import *
- s = SomeWidget()
- s.putBorderWidth(3)
- if s.getBorderWidth() != 3:
- raise RuntimeError("Border should be 3, not %d" % (s.getBorderWidth(),))
- s.putSize(4, 5)
- a = AnotherWidget()
- a.DoSomething()
- evt = wxEVTSomeEvent()
- t = xUnchangedName()