[IronPython] help(), in the mean time

Sanghyeon Seo sanxiyn at gmail.com
Thu Jun 1 03:19:15 CEST 2006


Currently help() raises NotImplementedError.

But in the mean time, I would like to have help(obj) as an equivalent
to print obj.__doc__. It's not like CPython's help(), but it is
certainly more useful than the current behaviour.

What do you think?

Seo Sanghyeon



More information about the Ironpython-users mailing list