How can I use __setitem__ method of dict object?

jeremito jeremit0 at gmail.com
Wed Feb 7 08:28:47 EST 2007


On Feb 6, 5:10 pm, Bruno Desthuilliers
<bdesth.quelquech... at free.quelquepart.fr> wrote:
> jeremito a écrit :
>  > On Feb 6, 2:36 pm, Bruno Desthuilliers > <bdesth.quelquech... at free.quelquepart.fr> wrote:
>
>  >
> (snip)
>
>  >>Here's an alternative implementation, so you get the idea.
>  >>
>  >>class Xs(dict):
>
> oops ! I meant:
>   class Xs(object):
>
> of course...
>
> (snip)
>
> > I guess I just
> > need more experience.
>
> Possibly - but not only. You may want to have a look at the
> FineManual(tm) for all this kind of "magic", starting with :http://docs.python.org/ref/specialnames.htmlhttp://docs.python.org/ref/sequence-types.html
>
> HTH

Thanks again!  Sometimes the problem is simply not knowing where to
find the documentation, or finding the right portion of the
documentation.  Your help has been invaluable.

Jeremy




More information about the Python-list mailing list