On 3/18/20 5:04 PM, Michael Jung wrote:
> Dear developers,
> to reduce redundancies in the SageManifolds code, we plan to inherit
> most methods and classes from a (mathematically) more general setup.
> Still, the current documentation is mandatory. Is it possible to
> establish new documentations for inherited methods?

I tried, and I don't think so.

If you don't override the method, then the subclass method will
literally point to the superclass method, implying that they both have
to have the same __doc__.

-- 
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/52f8895d-858e-337d-06b6-88eb84b94f4a%40orlitzky.com.

Reply via email to