DEBSOURCES
Skip Quicknav
sources / renderdoc / 1.24%2Bdfsg-1%2Bdeb12u1 / swig / Examples / python / import_template / spam.i
12345678910
%module spam %{ #include "spam.h" %} %import bar.i %include "spam.h" %template(intSpam) Spam<int>;