#11768: Get source code for parent/element classes of categories
-----------------------------------------+----------------------------------
Reporter: SimonKing | Owner: jason
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.0
Component: misc | Resolution:
Keywords: sources dynamic class | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Simon King | Merged in:
Dependencies: | Stopgaps:
-----------------------------------------+----------------------------------
Comment (by SimonKing):
Cool! I just notice:
{{{
sage: C = Algebras(ZZ).TensorProducts()
sage: C.ParentMethods??
Type: classobj
String Form:
sage.categories.algebras.Algebras.TensorProducts.ParentMethods
Namespace: Interactive
Loaded File:
/mnt/local/king/SAGE/stable/sage-5.0.beta13/local/lib/python2.7/site-
packages/sage/categories/algebras.py
Source File:
/mnt/local/king/SAGE/stable/sage-5.0.beta13/devel/sage/sage/categories/algebras.py
Source:
class ParentMethods:
#def coproduct(self):
# tensor products of morphisms are not yet implemented
# return tensor(module.coproduct for module in
self.modules)
pass
}}}
I don't know who solved that, but (as I stated above) that used to fail!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11768#comment:20>
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.