3966:969a3d41c402 | 3967:383a043d62ec |
---|---|
340 <table> | 340 <table> |
341 <tr><td>None</td></tr> | 341 <tr><td>None</td></tr> |
342 </table> | 342 </table> |
343 <a NAME="Function.__init__" ID="Function.__init__"></a> | 343 <a NAME="Function.__init__" ID="Function.__init__"></a> |
344 <h4>Function (Constructor)</h4> | 344 <h4>Function (Constructor)</h4> |
345 <b>Function</b>(<i>module, name, file, lineno, signature='', pyqtSignature=None, modifierType=General</i>) | 345 <b>Function</b>(<i>module, name, file, lineno, signature='', pyqtSignature=None, modifierType=General, annotation=""</i>) |
346 <p> | 346 <p> |
347 Constructor | 347 Constructor |
348 </p><dl> | 348 </p><dl> |
349 <dt><i>module</i></dt> | 349 <dt><i>module</i></dt> |
350 <dd> | 350 <dd> |
365 <dd> | 365 <dd> |
366 the functions PyQt signature (string) | 366 the functions PyQt signature (string) |
367 </dd><dt><i>modifierType</i></dt> | 367 </dd><dt><i>modifierType</i></dt> |
368 <dd> | 368 <dd> |
369 type of the function | 369 type of the function |
370 </dd><dt><i>annotation</i></dt> | |
371 <dd> | |
372 return annotation | |
370 </dd> | 373 </dd> |
371 </dl><a NAME="Function.addDescription" ID="Function.addDescription"></a> | 374 </dl><a NAME="Function.addDescription" ID="Function.addDescription"></a> |
372 <h4>Function.addDescription</h4> | 375 <h4>Function.addDescription</h4> |
373 <b>addDescription</b>(<i>description</i>) | 376 <b>addDescription</b>(<i>description</i>) |
374 <p> | 377 <p> |