Hi!

On 2018-12-03, Jori =?ISO-8859-1?Q?M=E4ntysalo?= <jori.mantys...@uta.fi> wrote:
> I grepped the source, and this was the only __destruct__(). Of course 
> there might be other misnamed methods. By
>
> egrep -R 'def __d[^ (]+' src/sage -o --no-filename | colrm 1 4 | sort | uniq 
> -c | sort -rn
>
> I found only __delete__, but that seems not to be like this one was. (Btw, 
> why schemes/elliptic_curves/ell_tate_curve.py has __delta() etc, not 
> _delta() and so?)

__delete__ probably should be __del__ (which is a magical Python
method).

Best regards,
Simon

-- 
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