more examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8379 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2474310a5e
commit
f077a9b6d1
2 changed files with 10 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
import example
|
||||
|
||||
pmap = example.pymap()
|
||||
pmap["hi"] = 1
|
||||
pmap["hello"] = 2
|
||||
|
||||
|
||||
|
||||
|
||||
dmap = {}
|
||||
dmap["hello"] = 1.0
|
||||
dmap["hi"] = 2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue