B
Brett Kushner
I have used a method of [] with "def method[](string)". But I can't
figure out how to use[]=.
An array works with []= such as array['string1'] = 'string2' so how
would I write a method like that for my own class?
figure out how to use[]=.
An array works with []= such as array['string1'] = 'string2' so how
would I write a method like that for my own class?