git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11100 626c5289-ae23-0410-ae9c-e8d60b6d4f22
4 lines
62 B
Python
4 lines
62 B
Python
from python_append import *
|
|
t=Test()
|
|
t.func()
|
|
t.static_func()
|