193 <table> |
193 <table> |
194 <tr><td>None</td></tr> |
194 <tr><td>None</td></tr> |
195 </table> |
195 </table> |
196 <a NAME="Class.__init__" ID="Class.__init__"></a> |
196 <a NAME="Class.__init__" ID="Class.__init__"></a> |
197 <h4>Class (Constructor)</h4> |
197 <h4>Class (Constructor)</h4> |
198 <b>Class</b>(<i>module, name, super, file, lineno</i>) |
198 <b>Class</b>(<i>module, name, superClasses, file, lineno</i>) |
199 <p> |
199 <p> |
200 Constructor |
200 Constructor |
201 </p><dl> |
201 </p><dl> |
202 <dt><i>module</i></dt> |
202 <dt><i>module</i></dt> |
203 <dd> |
203 <dd> |
204 name of module containing this class (string) |
204 name of module containing this class (string) |
205 </dd><dt><i>name</i></dt> |
205 </dd><dt><i>name</i></dt> |
206 <dd> |
206 <dd> |
207 name of the class (string) |
207 name of the class (string) |
208 </dd><dt><i>super</i></dt> |
208 </dd><dt><i>superClasses</i></dt> |
209 <dd> |
209 <dd> |
210 list of classnames this class is inherited from |
210 list of classnames this class is inherited from |
211 (list of strings) |
211 (list of strings) |
212 </dd><dt><i>file</i></dt> |
212 </dd><dt><i>file</i></dt> |
213 <dd> |
213 <dd> |
465 <table> |
465 <table> |
466 <tr><td>None</td></tr> |
466 <tr><td>None</td></tr> |
467 </table> |
467 </table> |
468 <a NAME="Module.__init__" ID="Module.__init__"></a> |
468 <a NAME="Module.__init__" ID="Module.__init__"></a> |
469 <h4>Module (Constructor)</h4> |
469 <h4>Module (Constructor)</h4> |
470 <b>Module</b>(<i>name, file=None, type=None</i>) |
470 <b>Module</b>(<i>name, file=None, moduleType=None</i>) |
471 <p> |
471 <p> |
472 Constructor |
472 Constructor |
473 </p><dl> |
473 </p><dl> |
474 <dt><i>name</i></dt> |
474 <dt><i>name</i></dt> |
475 <dd> |
475 <dd> |
476 name of this module (string) |
476 name of this module (string) |
477 </dd><dt><i>file</i></dt> |
477 </dd><dt><i>file</i></dt> |
478 <dd> |
478 <dd> |
479 filename of file containing this module (string) |
479 filename of file containing this module (string) |
480 </dd><dt><i>type</i></dt> |
480 </dd><dt><i>moduleType</i></dt> |
481 <dd> |
481 <dd> |
482 type of this module |
482 type of this module |
483 </dd> |
483 </dd> |
484 </dl><a NAME="Module.__py_scan" ID="Module.__py_scan"></a> |
484 </dl><a NAME="Module.__py_scan" ID="Module.__py_scan"></a> |
485 <h4>Module.__py_scan</h4> |
485 <h4>Module.__py_scan</h4> |
492 <dd> |
492 <dd> |
493 the source text to be scanned (string) |
493 the source text to be scanned (string) |
494 </dd> |
494 </dd> |
495 </dl><a NAME="Module.__py_setVisibility" ID="Module.__py_setVisibility"></a> |
495 </dl><a NAME="Module.__py_setVisibility" ID="Module.__py_setVisibility"></a> |
496 <h4>Module.__py_setVisibility</h4> |
496 <h4>Module.__py_setVisibility</h4> |
497 <b>__py_setVisibility</b>(<i>object</i>) |
497 <b>__py_setVisibility</b>(<i>objectRef</i>) |
498 <p> |
498 <p> |
499 Private method to set the visibility of an object. |
499 Private method to set the visibility of an object. |
500 </p><dl> |
500 </p><dl> |
501 <dt><i>object</i></dt> |
501 <dt><i>objectRef</i></dt> |
502 <dd> |
502 <dd> |
503 reference to the object (Attribute, Class or Function) |
503 reference to the object (Attribute, Class or Function) |
504 </dd> |
504 </dd> |
505 </dl><a NAME="Module.__rb_scan" ID="Module.__rb_scan"></a> |
505 </dl><a NAME="Module.__rb_scan" ID="Module.__rb_scan"></a> |
506 <h4>Module.__rb_scan</h4> |
506 <h4>Module.__rb_scan</h4> |