Pressing TAB after a dot on some object gives (in the recent 7.4.beta1)
this:

sage: M = Matrix([1])
sage: M.<TAB pressed>
      M.act_on_polynomial           M.anticommutator
      M.add_multiple_of_column      M.antitranspose
      M.add_multiple_of_row         M.apply_map               >
      M.additive_order              M.apply_morphism
      M.adjoint                     M.as_bipartite_graph

This looks nice, but is it possible to see more/all methods at once?

When searching for something (a method) of some object (with many
methods) it is convenient to see the whole list at once. This also
allows (allowed) copying&grepping for some keywords.
So:
- Is there a way to display more at once?
- How to navigate back and forth easily?
(All this relates to the command line interface.)

Best

Daniel

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

Reply via email to