I would like to force Eclipse to show Python's help output in the popup instead of the whole function, i.e. given:
def myFunc(arg):
'''Function description'''
return 1
I would like the code assist popup to contain only "Function description" and not "return 1"