I'm trying to get eldoc-mode to work in python-mode. If I enter a python buffer and do
M-x eldoc-mode
M-x python-mode-switch-to-shell
This seems to work for some built-in functions, but mostly doesn't:
dir(
gives imformationimport os
gives imformationimport subprocess
does not- A function I define does not
Is there anything else I need to do?