swig/Examples/test-suite/python/rename_rstrip_encoder_runme.py
William S Fulton 4a3e1fd44c Add rstrip encoder for use in %rename.
This is like the strip encoder but strips the symbol's suffix instead
of the prefix.
2016-03-02 07:11:09 +00:00

5 lines
83 B
Python

from rename_rstrip_encoder import *
s = SomeThing()
a = AnotherThing()
a.DoClsX()