Hacker News new | ask | show | jobs
by lhc- 4253 days ago
I do this a lot in the ipython REPL. You can type "method_name?" and see the docstring and some other basic info about the method (like args), its extremely helpful.