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

Class Fish

Animal --+
         |
        Fish


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

Method Details

swim(self, dest)

Swim to the given destination.

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