Tests for Python default arguments and %pythondefaultargs.
Tests changes in previous commit (see patch #294)
This commit is contained in:
parent
adbe3f2e77
commit
679f9395bc
2 changed files with 5 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue