Can someone explain why help(numpy.r_) doesn't contain all the information in print(numpy.r_.__doc__)?<br><br>Namely you don't get the helpful example showing usage with 'help' that you get with '.__doc__'.<br><br>I'd rather be able to use 'help' as the one-stop shop for built-in documentation.  It's less typing and just looks nicer.
<br><br>Thanks,<br>--Bill<br><br><br>