Rename python_kwargs testcase to kwargs_feature. Add kwargs_feature to Ruby and fix Ruby warnings when using kwargs feature. Add %kwargs macro for Ruby

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12739 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-06-13 17:38:08 +00:00
commit 58e74e8675
6 changed files with 15 additions and 4 deletions

View file

@ -41,6 +41,7 @@ CPP_TEST_CASES += \
inout \
inplaceadd \
input \
kwargs_feature \
li_cstring \
li_cwstring \
li_factory \
@ -58,7 +59,6 @@ CPP_TEST_CASES += \
primitive_types \
python_abstractbase \
python_append \
python_kwargs \
python_nondynamic \
python_overload_simple_cast \
python_richcompare \

View file

@ -1,4 +1,4 @@
from python_kwargs import *
from kwargs_feature import *
class MyFoo(Foo):
def __init__(self, a , b = 0):