Hi, On Sun, Oct 30, 2011 at 04:32:36AM -0700, Maarten Derickx wrote: > I was talking about tab completion. I now see that I explained my ideas > slightly short and cryptic. What I meant to say I is that it is nice to be > able to do l.hello.p<tab> like in the example I posted above. This is > possible with all __get__ descriptors (so with lazy attributes and > properties for example).
Just to be precise: For lazy attributes, this will only work if the attribute has not been evaluated before. Otherwise, it's replaced by a usual attribute, and the documentation is lost. Cheers, Nicolas -- Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ -- 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