From: Alexandre <Ale...@lo...> - 2004-03-11 13:54:07
|
On Thu, Mar 11, 2004 at 02:25:53PM +0100, Andrea Riciputi wrote: > You are right! But I can't understand why. When I try type() with an=20 > array I get: >=20 > type(my_array) > <type 'array'> >=20 > but: >=20 > type(my_array) is array > False >=20 > Can someone explain this? array is a function. try "type(array)", and print(array) to check.=20 --=20 Alexandre Fayolle LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org |