| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Package tests :: Module test_dummy :: Class Dummy |
|
| Method Summary | |
|---|---|
__init__(self,
value)
| |
Return the double of the initial value. | |
| Method Details |
|---|
double(self)Return the double of the initial value.>>> d = Dummy(1) >>> d.double() 2 |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 | http://epydoc.sf.net |