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

Class Mammal
source code

Animal --+
         |
        Mammal
Known Subclasses:
Primate

Instance Methods [hide private]
  run(self, dest)
Run 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]

run(self, dest)

source code 
Run to the given destination.