Now it works for Python in SWIG's -c++ mode, but in C mode it doesn't work! (you can try with make keyword_rename.ctest) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10518 626c5289-ae23-0410-ae9c-e8d60b6d4f22
4 lines
92 B
Python
4 lines
92 B
Python
#!/usr/bin/env python
|
|
import keyword_rename
|
|
keyword_rename._in(1)
|
|
keyword_rename._except(1)
|