mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 03:38:27 +08:00
It was not possible to load PyQt4, now it works fine.
This commit is contained in:
20
test/completion/thirdparty/PyQt4.py
vendored
Normal file
20
test/completion/thirdparty/PyQt4.py
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
|
||||
#? ['QActionGroup']
|
||||
QActionGroup
|
||||
|
||||
#? ['currentText']
|
||||
QStyleOptionComboBox().currentText
|
||||
|
||||
#? []
|
||||
QStyleOptionComboBox().currentText.
|
||||
|
||||
from PyQt4 import QtGui
|
||||
|
||||
#? ['currentText']
|
||||
QtGui.QStyleOptionComboBox().currentText
|
||||
|
||||
#? []
|
||||
QtGui.QStyleOptionComboBox().currentText.
|
||||
|
||||
Reference in New Issue
Block a user