DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1~bpo8%2B1 / Examples / python / import / foo.i
12345678
%module foo %{ #include "foo.h" %} %import base.i %include "foo.h"