Imagine a class like this.
class Foo: def __init__(self,y,x): self.y = y self.x = x
Then I have an array
obj_ar