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

Class Mammal

source code

Animal --+
         |
        Mammal
Known Subclasses:

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