NetBeans 6.5 with Python support provides the docstring documentation for a function/method in a popup when auto-completing, but is there another way to view docstrings?
Perhaps achieved by mousing over a function/method name, or clicking somewhere?
The best I can seem to do is "Go to source" in the right-click menu.
You can also use this keyboard shortcut on Mac. Shift + Meta + Backslash
I received the following answer from Tor Norbye at Sun:
You may be referring to the function
Show Documentation Popup
in NetbeansTry
Ctrl+Shift+SPACE or
Ctrl+Shift+BACK_SLASH
related: How to see Javadoc documentation on mouse hover in NetBeans?