Is there an easy way to do this? On Aptana I used Control+click and I wish there was a way to do something similar on Atom.
As of November 2018 the package autocomplete-python offers this functionality with this key combo:
Ctrl+Alt+G
with mouse cursor on the function call.