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} |