[IronPython] Array str/repr

Sanghyeon Seo sanxiyn at gmail.com
Mon Jul 3 04:29:20 PDT 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 users mailing list