#8456: lazy import improvements
-------------------------------+--------------------------------------------
Reporter: robertwb | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: misc | Keywords:
Author: Robert Bradshaw | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by lftabera):
I may be misunderstanding, since ther is also a __richcmp__ method and
__cmp__ method is not used, but I see the following code:
{{{
def __cmp__(left, right):
"""
TESTS::
sage: lazy_import('sage.all', 'ZZ'); lazy_ZZ = ZZ
"""
return binop(cmp, left, right)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8456#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.