#7939: shorten doctests in sage/rings/multi_polynomial_ideal.py
-------------------------------+--------------------------------------------
Reporter: rlm | Owner: tbd
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.3.2
Component: interfaces | Keywords:
Author: Martin Albrecht | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by PolyBoRi):
Hmmm, tab completion is probably hard.
You might be interested to know, that there
exists
listvar(proc) in Singular
which is no function but a special command as proc is no first class
object.
I followed its trace to grammar.y:
{{{
LISTVAR_CMD '(' PROC_CMD ')'
{
list_cmd(PROC_CMD,NULL,"// ",TRUE);
}
}}}
I actually prints something...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7939#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.