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.0 on Tue Jul 22 04:21:04 2003 http://epydoc.sf.net