Is there a way to create a property with arguments? Or an index value like a list?
To be used in the form like:
someClass.someProperty['arguments'] = 'some value'
or
someClass.someProperty('argument1', 'argument2') = 'some value'
--
http://mail.python.org/mailman/listinfo/python-list
