Hi,

Can someone help me to resolve following uncertainty ?
I have class that inherits Matrix class. And when I trying to add a 
property to inherited class
I've got following:

   >>> a = SomeClass(10, 3, property=True)
   >>> a.property
   True
   >>> b = SomeClass(10, 2, property=False)
   >>> a.property
   False

Thanks,
Alexandr

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/G2aQTmqP8dcJ.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to