*How is the effect of the method text stored in the given variable?*

Example of the situation:

sage: p = plot(x**2,x) + text("hello", (1,2))
sage: dir(p)
['SHOW_OPTIONS', ' - - cut - -

The last command suggests that the effect of the method text is stored in
one of the variables in the list. It is not stored in plain text, since a
simple regex does not match "text".

The question is related to the ticket at
http://trac.sagemath.org/sage_trac/ticket/7798

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to