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.
    Inherited from Animal
  eat(self, food)
Consume the given food object.
  sleep(self, time)
Sleep for the given period of time.

Method Details [hide private]

run(self, dest)

source code 
Run to the given destination.