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

Class Animal
source code

Known Subclasses:
Bird, Bug, Fish, Mammal

Instance Methods [hide private]
  eat(self, food)
Consume the given food object.
  sleep(self, time)
Sleep for the given period of time.

Method Details [hide private]

eat(self, food)

source code 
Consume the given food object.

sleep(self, time)

source code 
Sleep for the given period of time.