Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py

changeset 2965
d133c7edd88a
parent 2964
84b65fb9e780
child 3057
10516539f238
child 3119
8b19074bb239
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
133 133
134 def __sendCommand(self, command, **kw): 134 def __sendCommand(self, command, **kw):
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 command dictionary with command string and related
139 data (dict) 139 data (dict)
140 @keyparam kw parameters for the command 140 @keyparam kw parameters for the command
141 @return flag indicating a successful transmission (boolean) 141 @return flag indicating a successful transmission (boolean)
142 """ 142 """
143 result = False 143 result = False

eric ide

mercurial