Tests for Python default arguments and %pythondefaultargs.

Tests changes in previous commit (see patch #294)
This commit is contained in:
William S Fulton 2015-01-11 16:45:53 +00:00
commit 679f9395bc
2 changed files with 5 additions and 7 deletions

View file

@ -1,11 +1,6 @@
%module python_default_args
// Testing use of %pythondefaultargs
%pythondefaultargs;
// Turn off the feature for the tricky cases that can't be handled
%nopythondefaultargs trickyvalue3; // 'mode=0644' is okay in Python 2, but no Python 3
%nopythondefaultargs seek;
%nopythondefaultargs Space::Klass::inc;
%nopythondefaultargs DerivedEnumClass::accelerate;
%include "default_args.i"