Module hello :: Class Hello
[show private | hide private]
[frames | no frames]

Class Hello


Can say "Hello"

Attributes: _name - the person's name to say hello to
Method Summary
  __init__(self, name)
Sets the class' private attribute _name to <name>
  say_it(self)
Says "Hello" to '_name'

Method Details

__init__(self, name)
(Constructor)

Sets the class' private attribute _name to <name>

Attributes : name - a person's name

say_it(self)

Says "Hello" to '_name'

Generated by Epydoc 1.1 on Fri May 30 16:19:40 2003 http://epydoc.sf.net