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 |