On Friday, April 1, 2016 at 1:24:30 AM UTC+2, Justin C. Walker wrote:
>
> > Just because a method is callable doesn't mean that it can't raise 
> > exceptions, including NotImplementedErrors.  There's no reasonable way 
> to 
> > tell if a method will raise an exception or not without calling it. 
>
> Shazbat!  I was afraid of that. 



You have to wrap any such call into a try/except block and check for this 
NotImplementedError

-- h


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to