Module inh_example :: Class Fish
[frames | no frames]

Class Fish

Animal --+
         |
        Fish


Method Summary
  swim(self, dest)
Swim to the given destination.
    Inherited from Animal
  eat(self, food)
Consume the given food object.
  sleep(self, time)
Sleep for the given period of time.

Method Details

swim(self, dest)

Swim to the given destination.

Generated by Epydoc 2.1 on Sat Mar 20 17:46:25 2004 http://epydoc.sf.net