Public Member Functions | |
def | __init__ |
The constructor is not usually documented itself. | |
def | PyMethod |
Documentation for a method. | |
Private Attributes | |
_memVar | |
An instance variable. |
This should work but doesn't.
Definition at line 5 of file classdoc1.py.
|
The constructor is not usually documented itself. Aha! Definition at line 9 of file classdoc1.py. |
|
Documentation for a method.
Definition at line 16 of file classdoc1.py. |
|
An instance variable.
It is private so we need How's about here? Definition at line 13 of file classdoc1.py. |