#4143: injvar() docstring should be the same as inject_variables()
---------------------+------------------------------------------------------
Reporter: schilly | Owner: tbd
Type: defect | Status: new
Priority: trivial | Milestone: sage-3.1.3
Component: algebra | Keywords:
---------------------+------------------------------------------------------
The {{{injvar()}}} command has no docstring. Maybe depreciate it and use
the docstring of {{{inject_variables()}}} ?
{{{
R = PolynomialRing( GF(Integer(2)), ['a%s'%i for i in range(Integer(93))]
+ ['b%s'%i for i in range(Integer(84))], order='degrevlex' )
R.injvar?
Type: builtin_function_or_method
Base Class: <type 'builtin_function_or_method'>
String Form: <built-in method injvar of
sage.rings.polynomial.multi_polynomial_libsingular.MPolynomialRing_libsingular
object at 0xb1c32414>
Namespace: Interactive
Docstring:
<no docstring>
Class Docstring:
<attribute '__doc__' of 'builtin_function_or_method' objects>
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4143>
SAGE <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---