I have a code snippet as following
A = a_class() C= Another_Class(A) B = b_class() C = Another_Class(B)
I would like to check / raise errors wh