adding more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
844924b2c9
commit
25e1e7932a
10 changed files with 79 additions and 14 deletions
|
|
@ -51,8 +51,8 @@ p = li_std_pair.IntPair(1,10)
|
|||
p.first = 1
|
||||
|
||||
p = li_std_pair.paircA1(1,a)
|
||||
print 'f', p.first
|
||||
print 's', p.second
|
||||
p.first
|
||||
p.second
|
||||
|
||||
p = li_std_pair.paircA2(1,a)
|
||||
pp = li_std_pair.pairiiA(1,p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue