I've told you two ways to un-unmutate something.

I just need either the doc file when it is talked about "_is_inmutable"
thing or a doc when it is said that there is no way to make mutable an
inmutable sequence.

Thanks

2011/1/9 Volker Braun <vbraun.n...@gmail.com>

> There is no official way to un-immutable something as it wouldn't be
> immutable then. The only way is to make a new list/Sequence with a copy of
> the elements. The new container is then mutable again, since it is only
> copy:
>
> v_copy = [ x for x in v_immutable ]
>
> If you modify the copy, the original (immutable) Sequence will not  be
> changed.
>
> --
> To post to this group, send email to sage-support@googlegroups.com
> To unsubscribe from this group, send email to
> sage-support+unsubscr...@googlegroups.com<sage-support%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org
>



-- 
Empieza a ganar dinero facilmente desde casa, sólo leyendo publicidad :D

Apúntate --> http://www.es-facil.com/ganar/alta?Id=65269775

(Si tienes algún problema o duda no dudes en consultarme :D)

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to