Suppose I have a scheme S. Then I can type sage: S.amb<TAB> to get sage: S.ambient_space Then I can do sage: A = S.ambient_space() sage: A.coo<TAB> to get sage: A.coordinate_ring
Is it at all possible to make sage: S.ambient_space().coo<TAB> yield sage: S.ambient_space().coordinate_ring ? For example, if OUTPUT block of S.ambient_space explicitly mentioned that the returned value is of type AmbientSpace, can the <TAB>- completion work with all the methods defined in AmbientSpace class? Thank you! Andrey -- 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