> > 2. Secondly, what do people think about adding a __call__ method to
> > the Tableaux() class:
>
> I guess you mean Tableau() class?

Yes, that's what I meant. For the calling syntax my examples were
wrong. What I would like is

sage: Tableau([[1,2,3,4],[3,4,2,5]])((0,0))
1
sage: Tableau([[1,2,3,4],[3,4,2,5]])((1,3))
5

Cheers,
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to