[IronPython] Array str/repr

Sanghyeon Seo sanxiyn at gmail.com
Mon Jul 3 13:29:20 CEST 2006


This can be very confusing.

>>> from System import Array, Object
>>> o = Array[Object]([0])
>>> str(o)
'System.Object[]'
>>> repr(o)
'System.Object[](0)'

Seo Sanghyeon



More information about the Ironpython-users mailing list