On 2019-07-21, Travis Scrimshaw <tsc...@ucdavis.edu> wrote:
> Maybe a difference between Python and Cython classes?

If I recall correctly, Cython can be made to embed information
into the docstring, because otherwise that information wouldn't be
accessible. And with Python classes that information is directly
available from the class, no need to embed the information.

The stuff in sage.misc.sageinspect relies on it (and strips the
embedded information, if I recall correctly, when doing "stuff?").

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/qh18nd%243bl6%241%40blaine.gmane.org.

Reply via email to