add disown.i and li_attribute.i
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46c43c51cd
commit
1fa14f74a7
12 changed files with 98 additions and 5 deletions
|
|
@ -24,7 +24,6 @@ CPP_TEST_CASES += \
|
|||
input \
|
||||
inplaceadd \
|
||||
kwargs \
|
||||
li_attribute \
|
||||
li_cstring \
|
||||
li_cwstring \
|
||||
li_implicit \
|
||||
|
|
|
|||
6
Examples/test-suite/python/disown_runme.py
Normal file
6
Examples/test-suite/python/disown_runme.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from disown import *
|
||||
|
||||
a = A()
|
||||
b = B()
|
||||
|
||||
b.acquire(a)
|
||||
Loading…
Add table
Add a link
Reference in a new issue