src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugUtilities.html

branch
eric7
changeset 10417
c6011e501282
parent 9236
db53a9efe7ef
child 10478
de9106c55c3d
equal deleted inserted replaced
10416:5d807e997391 10417:c6011e501282
102 argument names, and 'varargs' and 'varkw' are the names of the 102 argument names, and 'varargs' and 'varkw' are the names of the
103 * and ** arguments or None. 103 * and ** arguments or None.
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <dl> 106 <dl>
107 <dt>Return Type:</dt>
108 <dd>
109 tuple of (list of str, list of str, list of str, list of str)
110 </dd>
111 </dl>
112 <dl>
107 113
108 <dt>Raises <b>TypeError</b>:</dt> 114 <dt>Raises <b>TypeError</b>:</dt>
109 <dd> 115 <dd>
110 raised if the input parameter is not a code object 116 raised if the input parameter is not a code object
111 </dd> 117 </dd>
193 'varargs' and 'varkw' are the names of the * and ** arguments or None 199 'varargs' and 'varkw' are the names of the * and ** arguments or None
194 and 'locals' is the locals dictionary of the given frame. 200 and 'locals' is the locals dictionary of the given frame.
195 </dd> 201 </dd>
196 </dl> 202 </dl>
197 <dl> 203 <dl>
204 <dt>Return Type:</dt>
205 <dd>
206 ArgInfo
207 </dd>
208 </dl>
209 <dl>
198 210
199 <dt>Raises <b>TypeError</b>:</dt> 211 <dt>Raises <b>TypeError</b>:</dt>
200 <dd> 212 <dd>
201 raised if the input parameter is not a frame object 213 raised if the input parameter is not a frame object
202 </dd> 214 </dd>

eric ide

mercurial