Assignment with lix

Bug #581755 reported by Chris
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
larry
Confirmed
Wishlist
kwgoodman

Bug Description

Assigning values with lix fails.

 la = larry([[1,2,3],[None, 2,3]], [range(2), ['a', 'b', 'c']])

la[0,0]
1

la[0,0] = 2

la.lix[0,['a']]
2

la.lix[0,['a']] = 3

TypeError: 'Getitemlabel' object does not support item assignment

Revision history for this message
kwgoodman (kwgoodman) wrote :

This is a missing feature. A __setitem__ method has not been written for lix.

Changed in larry:
importance: Undecided → Wishlist
assignee: nobody → kwgoodman (kwgoodman)
milestone: none → 0.3
status: New → Confirmed
Revision history for this message
Bill Herschel (billherschel) wrote :

Pretty please!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.