Documentation/Source/eric6.DebugClients.Python3.DebugUtilities.html

changeset 5144
1ab536d25072
parent 4455
ca13a6f6c452
equal deleted inserted replaced
5141:bc64243b7672 5144:1ab536d25072
40 <td><a href="#formatargvalues">formatargvalues</a></td> 40 <td><a href="#formatargvalues">formatargvalues</a></td>
41 <td>Function to format an argument spec from the 4 values returned by getargvalues.</td> 41 <td>Function to format an argument spec from the 4 values returned by getargvalues.</td>
42 </tr><tr> 42 </tr><tr>
43 <td><a href="#getargvalues">getargvalues</a></td> 43 <td><a href="#getargvalues">getargvalues</a></td>
44 <td>Function to get information about arguments passed into a particular frame.</td> 44 <td>Function to get information about arguments passed into a particular frame.</td>
45 </tr><tr>
46 <td><a href="#prepareJsonCommand">prepareJsonCommand</a></td>
47 <td>Function to prepare a single command or response for transmission to the IDE.</td>
45 </tr> 48 </tr>
46 </table> 49 </table>
47 <hr /><hr /> 50 <hr /><hr />
48 <a NAME="_getfullargs" ID="_getfullargs"></a> 51 <a NAME="_getfullargs" ID="_getfullargs"></a>
49 <h2>_getfullargs</h2> 52 <h2>_getfullargs</h2>
139 <dd> 142 <dd>
140 raised if the input parameter is not a frame object 143 raised if the input parameter is not a frame object
141 </dd> 144 </dd>
142 </dl> 145 </dl>
143 <div align="right"><a href="#top">Up</a></div> 146 <div align="right"><a href="#top">Up</a></div>
147 <hr /><hr />
148 <a NAME="prepareJsonCommand" ID="prepareJsonCommand"></a>
149 <h2>prepareJsonCommand</h2>
150 <b>prepareJsonCommand</b>(<i>method, params</i>)
151 <p>
152 Function to prepare a single command or response for transmission to
153 the IDE.
154 </p><dl>
155 <dt><i>method</i> (str)</dt>
156 <dd>
157 command or response name to be sent
158 </dd><dt><i>params</i> (dict)</dt>
159 <dd>
160 dictionary of named parameters for the command or response
161 </dd>
162 </dl><dl>
163 <dt>Returns:</dt>
164 <dd>
165 prepared JSON command or response string
166 </dd>
167 </dl><dl>
168 <dt>Return Type:</dt>
169 <dd>
170 str
171 </dd>
172 </dl>
173 <div align="right"><a href="#top">Up</a></div>
144 <hr /> 174 <hr />
145 </body></html> 175 </body></html>

eric ide

mercurial