kangell


Member since 03/17/2008

1 snippets

1662 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

kangell's Recent SnippetsTagged class



« 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 636 posted 15 years ago by kangell
« Prev 1 Next »