DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / python / import_template / foo.i
12345678910
%module foo %{ #include "foo.h" %} %import base.i %include "foo.h" %template(intFoo) Foo<int>;