DEBSOURCES
Skip Quicknav
sources / swig / 4.0.2-1 / Examples / python / import_packages / module_is_init / pkg1 / foo.hpp
12345678910
int foofunction(int i) { return i *= 10; } struct FooClass { int foomethod(int i) { return i += 5; } };