I\'m debugging some Python that takes, as input, a list of objects, each with some attributes.
I\'d like to hard-code some test values -- let\'s say, a list of four
I will use lambda
obj = lambda: None obj.s = 'abb' obj.i = 122