DEBSOURCES
Skip Quicknav
sources / swig / 4.4.0-1 / Examples / test-suite / python_weakref.i
123456789
// Test if SwigPyObject derived class can be weakrefed %module python_weakref %inline %{ struct TestStruct { int x; }; %}