|
From: Ralf J. <jue...@cs...> - 2005-03-21 07:24:43
|
Travis Oliphant wrote: > Ralf Juengling wrote: > >> I just read the section about "Array Scalars" again and >> am not sure anymore that I understood the whole idea. When >> you say "Array Scalar", do you mean a zero dimensional array or is an >> "Array Scalar" yet another animal? >> >> Ralf >> >> > It is another type object that is a scalar but "quacks" like an array > (has the same methods and attributes) ... but is, unlike arrays, an immutable type (just like the existing Python scalars). ralf |