Hi,

Is-it possible to add methods to a class instance exposed in Python ? I
mean at the object level.

I have a class that is wrapped through another class. When an instance of
this wrapper class is build at run time (through a Python call), I would
like to expose some new methods. In my case, the wrapped class contains a
list of properties that is filled at construction. For each of this
property, I wanted to expose a new property on the wrapper class in python.

Christophe

-- 
Christophe Tornieri
Tech Lead, Software Architect Sub-sea division
christophe.torni...@cm-labs.com

http://www.vxsim.com/
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to