#6890: No help for is_SymbolicVariable ?
-------------------------------------+-------------------------------------
       Reporter:  kcrisman           |         Owner:  tba
           Type:  defect             |        Status:  closed
       Priority:  minor              |     Milestone:  sage-
      Component:  documentation      |  duplicate/invalid/wontfix
       Keywords:  partial, help,     |    Resolution:  invalid
  doc                                |     Merged in:
        Authors:                     |     Reviewers:
Report Upstream:  N/A                |   Work issues:
         Branch:                     |  Dependencies:
       Stopgaps:                     |
-------------------------------------+-------------------------------------
Changes (by mhansen):

 * status:  new => closed
 * milestone:  sage-5.11 => sage-duplicate/invalid/wontfix
 * resolution:   => invalid
 * upstream:   => N/A


Comment:

 This works fine now after an explicit import:

 {{{
 sage: is_SymbolicExpressionRing??
 Type:       builtin_function_or_method
 String Form:<built-in function is_SymbolicExpressionRing>
 Definition: is_SymbolicExpressionRing(R)
 Source:
 def is_SymbolicExpressionRing(R):
     """
     Returns True if *R* is the symbolic expression ring.

     EXAMPLES::

         sage: from sage.symbolic.ring import is_SymbolicExpressionRing
         sage: is_SymbolicExpressionRing(ZZ)
         False
         sage: is_SymbolicExpressionRing(SR)
         True
     """
     return R is SR
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/6890#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to