Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py

changeset 2964
84b65fb9e780
parent 2893
150de635fa29
child 2965
d133c7edd88a
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
135 """ 135 """
136 Private method to send a command to the PyQt5 server. 136 Private method to send a command to the PyQt5 server.
137 137
138 @param commandDict dictionary with command string and related 138 @param commandDict dictionary with command string and related
139 data (dict) 139 data (dict)
140 @keyparam kw parameters for the command
140 @return flag indicating a successful transmission (boolean) 141 @return flag indicating a successful transmission (boolean)
141 """ 142 """
142 result = False 143 result = False
143 if command: 144 if command:
144 commandDict = {"command": command} 145 commandDict = {"command": command}

eric ide

mercurial