3966:969a3d41c402 | 3967:383a043d62ec |
---|---|
496 <table> | 496 <table> |
497 <tr><td>None</td></tr> | 497 <tr><td>None</td></tr> |
498 </table> | 498 </table> |
499 <a NAME="Function.__init__" ID="Function.__init__"></a> | 499 <a NAME="Function.__init__" ID="Function.__init__"></a> |
500 <h4>Function (Constructor)</h4> | 500 <h4>Function (Constructor)</h4> |
501 <b>Function</b>(<i>module, name, file, lineno, signature='', separator=', ', modifierType=General</i>) | 501 <b>Function</b>(<i>module, name, file, lineno, signature='', separator=', ', modifierType=General, annotation=""</i>) |
502 <p> | 502 <p> |
503 Constructor | 503 Constructor |
504 </p><dl> | 504 </p><dl> |
505 <dt><i>module</i></dt> | 505 <dt><i>module</i></dt> |
506 <dd> | 506 <dd> |
521 <dd> | 521 <dd> |
522 string separating the parameters | 522 string separating the parameters |
523 </dd><dt><i>modifierType</i></dt> | 523 </dd><dt><i>modifierType</i></dt> |
524 <dd> | 524 <dd> |
525 type of the function | 525 type of the function |
526 </dd><dt><i>annotation</i></dt> | |
527 <dd> | |
528 return annotation | |
526 </dd> | 529 </dd> |
527 </dl> | 530 </dl> |
528 <div align="right"><a href="#top">Up</a></div> | 531 <div align="right"><a href="#top">Up</a></div> |
529 <hr /><hr /> | 532 <hr /><hr /> |
530 <a NAME="Module" ID="Module"></a> | 533 <a NAME="Module" ID="Module"></a> |