Comment 5 for bug 252971

Revision history for this message
chantra (chantra) wrote :

We should be able to test the presence of some method with the help of hasattr as in:

 >>> print hasattr(v, 'is_composite')
False
 >>> print hasattr(v, 'is_composited')
True

I will look into this based on the patch