Package funkload :: Package tests :: Module test_dummy :: Class Dummy
[show private | hide private]
[frames | no frames]

Class Dummy


Testing docstring.
Method Summary
  __init__(self, value)
  double(self)
Return the double of the initial value.

Method Details

double(self)

Return the double of the initial value.
>>> d = Dummy(1)
>>> d.double()
2

Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 http://epydoc.sf.net