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

Class Bird
source code

Animal --+
         |
        Bird

Instance Methods [hide private]
  fly(self, dest)
Fly to the given destination.
  eat(self, food)
Consume the given food object. (Inherited from inh_example.Animal)
  sleep(self, time)
Sleep for the given period of time. (Inherited from inh_example.Animal)

Method Details [hide private]

fly(self, dest)

source code 
Fly to the given destination.