fixed PY-13477 PyQt5: missing completion for QApplication class

PY-14235 PyCharm auto completion doesn't work for PyQt 5.3 (but does for 5.2)
PY-14103 Skeleton Generator Problems with PyQt4
PY-13990 PyCharm 4 EAP: fails on generation index for PyQt5 (5.3.2) and python 3.4
This commit is contained in:
Ekaterina Tuzova
2014-11-08 19:15:14 +03:00
parent 59877c647c
commit 9998d04dfa
@@ -294,6 +294,8 @@ class ModuleRedeclarator(object):
break
if self._defined.get(found_name, False):
out(indent, prefix, found_name, postfix)
elif hasattr(self, "app"):
return
else:
# a forward / circular declaration happens
notice = ""