Observable Python objects
Posted by Andre Louw-2 on Nov 10, 2003; 8:22am
URL: http://quantlib.414.s1.nabble.com/Observable-Python-objects-tp10448.html
I have been trying to use (abuse?) the observer swig interface to get my
Python objects to be 'Observable', not so simple! In fact, no luck!
I thought it would be as simple as defining an Observable class of type
'IsObservable' (all this in the SWIG interface file). The Python class would
then inherit from it, initialize itself and the Observable class and VOILA!
But alas, after much ranting and raving no luck?
Any suggestions?