Class Hello - Can say "Hello"

Class Hello - Can say "Hello"

SYNOPSIS

import hello
class Hello
  def __init__(self, name)
  str __module__ = 'hello'
  def say_it(self)

DESCRIPTION

Attributes: _name - the person's name to say hello to

def __init__(self, name)

Sets the class' private attribute _name to

Attributes : name - a person's name

def say_it(self)

Says "Hello" to '_name'

SEE ALSO

hello


Generated by HTMLFormatter at Fri May 30 15:25:10 2003