Mapping Python to CORBA

Samuel A. Falvo II kc5tja at garnet.armored.net
Thu Sep 21 18:52:55 EDT 2000


>The reverse mapping is not documented.  In some cases
>it is clear (such as string -> string, int -> long,
>float -> double), but for others (dictionary, list) it 
>looks as if I have to write my own interface.

That's because there is no reverse mapping -- in fact, there's no *need* for
them; by reversing the forward mapping, you automatically get a reverse
mapping.  The stubs/skeletons generated by the IDL compiler you're using
takes care of mapping Python types to IDL data types for you.

-- 
KC5TJA/6, DM13, QRP-L #1447 | Official Channel Saint, *Team Amiga*
Samuel A. Falvo II	    |
Oceanside, CA		    |



More information about the Python-list mailing list