git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6367 626c5289-ae23-0410-ae9c-e8d60b6d4f22
5 lines
119 B
Python
5 lines
119 B
Python
import template_default_arg
|
|
|
|
fz = template_default_arg.Foo_Z_8()
|
|
x = template_default_arg.X_Foo_Z_8()
|
|
fzc = x.meth(fz)
|