Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 3056
9986ec0e559a
parent 2965
d133c7edd88a
child 3142
55030c09e142
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
135 135
136 def __sendCommand(self, command, **kw): 136 def __sendCommand(self, command, **kw):
137 """ 137 """
138 Private method to send a command to the PyQt5 server. 138 Private method to send a command to the PyQt5 server.
139 139
140 @param commandDict dictionary with command string and related 140 @param command dictionary with command string and related
141 data (dict) 141 data (dict)
142 @keyparam kw parameters for the command
142 @return flag indicating a successful transmission (boolean) 143 @return flag indicating a successful transmission (boolean)
143 """ 144 """
144 result = False 145 result = False
145 if command: 146 if command:
146 commandDict = {"command": command} 147 commandDict = {"command": command}

eric ide

mercurial