>                    // howto get obj properties of different types
> (map, list, string, int, bool) ?
Python's C API is very well documented. You can use 
http://docs.python.org/c-api/object.html?highlight=pyobject#PyObject_GetAttr to 
get attributes or 
http://docs.python.org/c-api/object.html?highlight=pyobject#PyObject_GetItem to 
get items (from dictionaries and maps).

HTH
--
Miki Tebeka <miki.teb...@gmail.com>
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to