Hello Alejandro,

> I would like to transfer these listings to a text file for a better
> analysis of this output. Is there a simple way?

If you run maple.trait_names(), you'll get a Python list where each
entry is a string of the name.  To see how that list is created,
you'll want to do

sage: maple.trait_names??
sage: maple._commands??
sage: maple.completions??

Note that the list of completions is cached the very first time it is
created so you may want to delete it from your ~/.sage/ directory.

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to