Hi David,

On 2014-04-22, David Roe <roed.m...@gmail.com> wrote:
> Mainly because tab completion is more complicated for Groups().

Tab completion doesn't work if you have any yet-to-be-computed expression
(such as: the brackets put after Groups) while hitting tab. 1+1<tab>
doesn't work either. sin(pi).<tab> doesn't work either.

However, Groups.<tab> of course gives you a list of all attributes of
(the class) <Groups>, in the same way as groups.<tab> gives you a list of
all the stuff in (the Python module) <groups>.

> Perhaps we
> could have static attributes on the Groups object, so that Groups.<TAB>
> would work?  It's a bit strange, since Groups is not a category yet....

Why is that strange? Groups is a Python class, its unique instance
Groups() represents the category of all groups.

Cheers,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to