Hi Jean,

On 2014-11-21, Jean Bétréma <jean.betr...@gmail.com> wrote:
> Sure this answer by Sage is less cryptic:
>
> sage: p=Permutation([4,1,2,5,3])
> sage: type(p)
><class 
> 'sage.combinat.permutation.StandardPermutations_all_with_category.element_class'>
>
> but it prevents me (and perhaps others) to do any development in such a 
> system :-(

Just doing
  sage: p??
will show you the source code, and doing
  sage: edit(p, 'vim') # or another editor instead of vim
will allow you to work on the code.

Hitting "type(p)" is simply not the best approach to find out about
stuff.

Best regards,
Simon


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

Reply via email to