Profile
Achievement
kangell's Recent SnippetsTagged class
- All /
« Prev 1 Next »
This bit of code allows you to turn code that looks like this:
x = {'foo':1, 'bar':2 }
x['foo'] = 3
Into this:
x = dictclass( {'foo':1, 'bar':2 } )
x.foo = 3
2
809
posted 16 years ago by kangell