add missing check for noargs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ab81492fb8
commit
214dfb6b8e
3 changed files with 13 additions and 1 deletions
5
SWIG/Examples/test-suite/python/global_ns_arg_runme.py
Normal file
5
SWIG/Examples/test-suite/python/global_ns_arg_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from global_ns_arg import *
|
||||
|
||||
a = foo(1)
|
||||
b = bar()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue