src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html

branch
eric7
changeset 10553
c5ef3ec68b75
parent 10479
856476537696
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10552:c5b0c8a5fa7d 10553:c5ef3ec68b75
527 QProcess or None 527 QProcess or None
528 </dd> 528 </dd>
529 </dl> 529 </dl>
530 <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a> 530 <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a>
531 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4> 531 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4>
532 <b>__writeJsonCommandToSocket</b>(<i>cmd, sock</i>) 532 <b>__writeJsonCommandToSocket</b>(<i>jsonCommand, sock</i>)
533 <p> 533 <p>
534 Private method to write a JSON command to the socket. 534 Private method to write a JSON command to the socket.
535 </p> 535 </p>
536 536
537 <dl> 537 <dl>
538 538
539 <dt><i>cmd</i> (str)</dt> 539 <dt><i>jsonCommand</i> (str)</dt>
540 <dd> 540 <dd>
541 JSON command to be sent 541 JSON encoded command to be sent
542 </dd> 542 </dd>
543 <dt><i>sock</i> (QTcpSocket)</dt> 543 <dt><i>sock</i> (QTcpSocket)</dt>
544 <dd> 544 <dd>
545 reference to the socket to write to 545 reference to the socket to write to
546 </dd> 546 </dd>

eric ide

mercurial