Add rstrip encoder for use in %rename.
This is like the strip encoder but strips the symbol's suffix instead of the prefix.
This commit is contained in:
parent
3000824c94
commit
4a3e1fd44c
6 changed files with 72 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
from rename_rstrip_encoder import *
|
||||
|
||||
s = SomeThing()
|
||||
a = AnotherThing()
|
||||
a.DoClsX()
|
||||
Loading…
Add table
Add a link
Reference in a new issue