Adam Hughes wrote:

> If you are storing objects, then can't you store them in a list and just do:
> 
> for obj in objectlist:
>      obj.attribute = value
> 
> Or am I misunderstanding?
> 

It's multi-dimensional, and I wanted to avoid writing explicit loops.

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to