On Fri, Feb 24, 2012 at 07:35:56PM -0800, Anne Schilling wrote:
> Thanks! At the end of day, I had to modify the method _element_constructor_ 
> and now
> everything seems to work.

Cool.

> By the way, how do I know which methods have to be implemented? I looked at
> 
> sage: from sage.structure.list_clone_demo import IncreasingIntArray
> sage: IncreasingIntArray??
> sage: from sage.structure.list_clone import ClonableIntArray, ClonableList
> sage: ClonableIntArray??
> sage: ClonableList??
> 
> and the documentation is not always very clear about this.

Look at the code of the examples: they are designed to be pretty
minimal templates.

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

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

Reply via email to