Open
Description
This is a follow up to #726. In this specific case, the signature of Qt.QtWidget.setfocusPolicy
as recognized by bpython
is Qt.QtWidget.setFocusPolicy(self, Qt.FocusPolicy)
where Qt.FocusPolicy
denotes a type. So on Qt.<Tab>
bpython expected the user to auto complete the argument Qt.FocusPolicy
and offers Qt.FocusPolicy=
. This is wrong.