mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-31 10:06:55 +08:00
imports are now fully functional
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
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