#11115: Allow for extension classes to inherit cached methods from their
category
---------------------------+------------------------------------------------
Reporter: SimonKing | Owner: jason
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7
Component: misc | Keywords: category cython cache
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by SimonKing):
Replying to [comment:1 SimonKing]:
> So, in a nutshell, it simply works (and I already have a patch that only
remains to be documented).
... and documentation is hard, in particular for building the reference
manual. See #9976.
The idea is:
* Modify `doc/common/builder.py` so that it uses the utilities from
`sage.misc.sageinspect` rather than the utilities from the `inspect`
module, and modify the utilities from `sage.misc.sageinspect` so that they
work on classes and methods (currently, they only work on class
instances). That's #9976.
* Use Cython for cached functions and methods -- it relies on #9976,
since otherwise the doc won't build correctly.
I guess I will be able to submit patches to both tickets tomorrow.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11115#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.