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

Class Bird

Animal --+
         |
        Bird


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

Method Details

fly(self, dest)

Fly to the given destination.

Generated by Epydoc 2.0 on Tue Jul 22 04:21:04 2003 http://epydoc.sf.net