#12039: Doctest sage.categories.action
-----------------------+----------------------------------------------------
Reporter: roed | Owner: mvngu
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.8
Component: doctest | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: David Roe
Merged: | Dependencies: #12048
-----------------------+----------------------------------------------------
Comment(by hivert):
I was googling for {{{LazyFormat}}} when I stumbled here.
One remark: There is no need to use {{{LazyFormat}}} if the result is a
plain string. Just use the string itself. The purpose of {{{LazyFormat}}}
is the following: when you have
{{{
lz=LazyFormat("... %s ...")%(obj)
}}}
it defers the computation of {{{__repr__(obj)}}} until one call
{{{__repr__(lz)}}}. So that,
{{{
LazyFormat("Message")%(())
}}}
is really some kind of overkill.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12039#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.