70 _ClbrBase |
70 _ClbrBase |
71 <h3>Class Attributes</h3> |
71 <h3>Class Attributes</h3> |
72 <table> |
72 <table> |
73 <tr><td>None</td></tr> |
73 <tr><td>None</td></tr> |
74 </table> |
74 </table> |
|
75 <h3>Class Methods</h3> |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
75 <h3>Methods</h3> |
79 <h3>Methods</h3> |
76 <table> |
80 <table> |
77 <tr> |
81 <tr> |
78 <td><a href="#Attribute.__init__">Attribute</a></td> |
82 <td><a href="#Attribute.__init__">Attribute</a></td> |
79 <td>Constructor</td> |
83 <td>Constructor</td> |
80 </tr> |
84 </tr> |
|
85 </table> |
|
86 <h3>Static Methods</h3> |
|
87 <table> |
|
88 <tr><td>None</td></tr> |
81 </table> |
89 </table> |
82 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> |
90 <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> |
83 <h4>Attribute (Constructor)</h4> |
91 <h4>Attribute (Constructor)</h4> |
84 <b>Attribute</b>(<i>module, name, file, lineno</i>) |
92 <b>Attribute</b>(<i>module, name, file, lineno</i>) |
85 <p> |
93 <p> |
110 ClbrBase |
118 ClbrBase |
111 <h3>Class Attributes</h3> |
119 <h3>Class Attributes</h3> |
112 <table> |
120 <table> |
113 <tr><td>None</td></tr> |
121 <tr><td>None</td></tr> |
114 </table> |
122 </table> |
|
123 <h3>Class Methods</h3> |
|
124 <table> |
|
125 <tr><td>None</td></tr> |
|
126 </table> |
115 <h3>Methods</h3> |
127 <h3>Methods</h3> |
116 <table> |
128 <table> |
117 <tr> |
129 <tr> |
118 <td><a href="#Class.__init__">Class</a></td> |
130 <td><a href="#Class.__init__">Class</a></td> |
119 <td>Constructor</td> |
131 <td>Constructor</td> |
120 </tr> |
132 </tr> |
|
133 </table> |
|
134 <h3>Static Methods</h3> |
|
135 <table> |
|
136 <tr><td>None</td></tr> |
121 </table> |
137 </table> |
122 <a NAME="Class.__init__" ID="Class.__init__"></a> |
138 <a NAME="Class.__init__" ID="Class.__init__"></a> |
123 <h4>Class (Constructor)</h4> |
139 <h4>Class (Constructor)</h4> |
124 <b>Class</b>(<i>module, name, super, file, lineno</i>) |
140 <b>Class</b>(<i>module, name, super, file, lineno</i>) |
125 <p> |
141 <p> |
180 <td>Protected method to retrieve a global variable by name.</td> |
200 <td>Protected method to retrieve a global variable by name.</td> |
181 </tr><tr> |
201 </tr><tr> |
182 <td><a href="#ClbrBase._getmethod">_getmethod</a></td> |
202 <td><a href="#ClbrBase._getmethod">_getmethod</a></td> |
183 <td>Protected method to retrieve a method by name.</td> |
203 <td>Protected method to retrieve a method by name.</td> |
184 </tr> |
204 </tr> |
|
205 </table> |
|
206 <h3>Static Methods</h3> |
|
207 <table> |
|
208 <tr><td>None</td></tr> |
185 </table> |
209 </table> |
186 <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a> |
210 <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a> |
187 <h4>ClbrBase (Constructor)</h4> |
211 <h4>ClbrBase (Constructor)</h4> |
188 <b>ClbrBase</b>(<i>module, name, file, lineno</i>) |
212 <b>ClbrBase</b>(<i>module, name, file, lineno</i>) |
189 <p> |
213 <p> |
305 object |
329 object |
306 <h3>Class Attributes</h3> |
330 <h3>Class Attributes</h3> |
307 <table> |
331 <table> |
308 <tr><td>None</td></tr> |
332 <tr><td>None</td></tr> |
309 </table> |
333 </table> |
|
334 <h3>Class Methods</h3> |
|
335 <table> |
|
336 <tr><td>None</td></tr> |
|
337 </table> |
310 <h3>Methods</h3> |
338 <h3>Methods</h3> |
311 <table> |
339 <table> |
312 <tr> |
340 <tr> |
313 <td><a href="#ClbrVisibilityMixinBase.isPrivate">isPrivate</a></td> |
341 <td><a href="#ClbrVisibilityMixinBase.isPrivate">isPrivate</a></td> |
314 <td>Public method to check, if the visibility is Private.</td> |
342 <td>Public method to check, if the visibility is Private.</td> |
326 <td>Public method to set the visibility to Protected.</td> |
354 <td>Public method to set the visibility to Protected.</td> |
327 </tr><tr> |
355 </tr><tr> |
328 <td><a href="#ClbrVisibilityMixinBase.setPublic">setPublic</a></td> |
356 <td><a href="#ClbrVisibilityMixinBase.setPublic">setPublic</a></td> |
329 <td>Public method to set the visibility to Public.</td> |
357 <td>Public method to set the visibility to Public.</td> |
330 </tr> |
358 </tr> |
|
359 </table> |
|
360 <h3>Static Methods</h3> |
|
361 <table> |
|
362 <tr><td>None</td></tr> |
331 </table> |
363 </table> |
332 <a NAME="ClbrVisibilityMixinBase.isPrivate" ID="ClbrVisibilityMixinBase.isPrivate"></a> |
364 <a NAME="ClbrVisibilityMixinBase.isPrivate" ID="ClbrVisibilityMixinBase.isPrivate"></a> |
333 <h4>ClbrVisibilityMixinBase.isPrivate</h4> |
365 <h4>ClbrVisibilityMixinBase.isPrivate</h4> |
334 <b>isPrivate</b>(<i></i>) |
366 <b>isPrivate</b>(<i></i>) |
335 <p> |
367 <p> |
386 ClbrBase |
418 ClbrBase |
387 <h3>Class Attributes</h3> |
419 <h3>Class Attributes</h3> |
388 <table> |
420 <table> |
389 <tr><td>None</td></tr> |
421 <tr><td>None</td></tr> |
390 </table> |
422 </table> |
|
423 <h3>Class Methods</h3> |
|
424 <table> |
|
425 <tr><td>None</td></tr> |
|
426 </table> |
391 <h3>Methods</h3> |
427 <h3>Methods</h3> |
392 <table> |
428 <table> |
393 <tr> |
429 <tr> |
394 <td><a href="#Coding.__init__">Coding</a></td> |
430 <td><a href="#Coding.__init__">Coding</a></td> |
395 <td>Constructor</td> |
431 <td>Constructor</td> |
396 </tr> |
432 </tr> |
|
433 </table> |
|
434 <h3>Static Methods</h3> |
|
435 <table> |
|
436 <tr><td>None</td></tr> |
397 </table> |
437 </table> |
398 <a NAME="Coding.__init__" ID="Coding.__init__"></a> |
438 <a NAME="Coding.__init__" ID="Coding.__init__"></a> |
399 <h4>Coding (Constructor)</h4> |
439 <h4>Coding (Constructor)</h4> |
400 <b>Coding</b>(<i>module, file, lineno, coding</i>) |
440 <b>Coding</b>(<i>module, file, lineno, coding</i>) |
401 <p> |
441 <p> |
426 ClbrBase |
466 ClbrBase |
427 <h3>Class Attributes</h3> |
467 <h3>Class Attributes</h3> |
428 <table> |
468 <table> |
429 <tr><td>None</td></tr> |
469 <tr><td>None</td></tr> |
430 </table> |
470 </table> |
|
471 <h3>Class Methods</h3> |
|
472 <table> |
|
473 <tr><td>None</td></tr> |
|
474 </table> |
431 <h3>Methods</h3> |
475 <h3>Methods</h3> |
432 <table> |
476 <table> |
433 <tr> |
477 <tr> |
434 <td><a href="#Function.__init__">Function</a></td> |
478 <td><a href="#Function.__init__">Function</a></td> |
435 <td>Constructor</td> |
479 <td>Constructor</td> |
436 </tr> |
480 </tr> |
|
481 </table> |
|
482 <h3>Static Methods</h3> |
|
483 <table> |
|
484 <tr><td>None</td></tr> |
437 </table> |
485 </table> |
438 <a NAME="Function.__init__" ID="Function.__init__"></a> |
486 <a NAME="Function.__init__" ID="Function.__init__"></a> |
439 <h4>Function (Constructor)</h4> |
487 <h4>Function (Constructor)</h4> |
440 <b>Function</b>(<i>module, name, file, lineno, signature = '', separator = ', '</i>) |
488 <b>Function</b>(<i>module, name, file, lineno, signature = '', separator = ', '</i>) |
441 <p> |
489 <p> |
472 ClbrBase |
520 ClbrBase |
473 <h3>Class Attributes</h3> |
521 <h3>Class Attributes</h3> |
474 <table> |
522 <table> |
475 <tr><td>None</td></tr> |
523 <tr><td>None</td></tr> |
476 </table> |
524 </table> |
|
525 <h3>Class Methods</h3> |
|
526 <table> |
|
527 <tr><td>None</td></tr> |
|
528 </table> |
477 <h3>Methods</h3> |
529 <h3>Methods</h3> |
478 <table> |
530 <table> |
479 <tr> |
531 <tr> |
480 <td><a href="#Module.__init__">Module</a></td> |
532 <td><a href="#Module.__init__">Module</a></td> |
481 <td>Constructor</td> |
533 <td>Constructor</td> |
482 </tr> |
534 </tr> |
|
535 </table> |
|
536 <h3>Static Methods</h3> |
|
537 <table> |
|
538 <tr><td>None</td></tr> |
483 </table> |
539 </table> |
484 <a NAME="Module.__init__" ID="Module.__init__"></a> |
540 <a NAME="Module.__init__" ID="Module.__init__"></a> |
485 <h4>Module (Constructor)</h4> |
541 <h4>Module (Constructor)</h4> |
486 <b>Module</b>(<i>module, name, file, lineno</i>) |
542 <b>Module</b>(<i>module, name, file, lineno</i>) |
487 <p> |
543 <p> |
512 object |
568 object |
513 <h3>Class Attributes</h3> |
569 <h3>Class Attributes</h3> |
514 <table> |
570 <table> |
515 <tr><td>None</td></tr> |
571 <tr><td>None</td></tr> |
516 </table> |
572 </table> |
|
573 <h3>Class Methods</h3> |
|
574 <table> |
|
575 <tr><td>None</td></tr> |
|
576 </table> |
517 <h3>Methods</h3> |
577 <h3>Methods</h3> |
518 <table> |
578 <table> |
519 <tr> |
579 <tr> |
520 <td><a href="#_ClbrBase.__init__">_ClbrBase</a></td> |
580 <td><a href="#_ClbrBase.__init__">_ClbrBase</a></td> |
521 <td>Constructor</td> |
581 <td>Constructor</td> |
522 </tr> |
582 </tr> |
|
583 </table> |
|
584 <h3>Static Methods</h3> |
|
585 <table> |
|
586 <tr><td>None</td></tr> |
523 </table> |
587 </table> |
524 <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a> |
588 <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a> |
525 <h4>_ClbrBase (Constructor)</h4> |
589 <h4>_ClbrBase (Constructor)</h4> |
526 <b>_ClbrBase</b>(<i>module, name, file, lineno</i>) |
590 <b>_ClbrBase</b>(<i>module, name, file, lineno</i>) |
527 <p> |
591 <p> |