On 11/04/16 15:49, Volker Braun wrote:
On Monday, April 11, 2016 at 8:29:06 PM UTC+2, Nils Bruin wrote:

Are you proposing to define the public API as just the functions that are
available on the command line by default?


And all the (non-underscored) methods on objects that you can construct
starting from globals, of course. Sorry if that wasn't clear. I.e.
basically everything you can do in interactive use, excluding manual
imports.


including

sage: sage.combinat.permutation.left_action_product([2,1,3,4], [3,1,2])

Basically all of Sage can be reached from the global namespace without manual import because modules are already loaded...

--
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to