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

Class Mammal

Animal --+
         |
        Mammal

Known Subclasses:
Primate

Method Summary
  eat(self, food)
Consume the given food object. (Inherited from Animal)
  run(self, dest)
Run to the given destination.
  sleep(self, time)
Sleep for the given period of time. (Inherited from Animal)

Method Details

run(self, dest)

Run to the given destination.

Generated by Epydoc 2.1 on Sat Mar 20 17:46:28 2004 http://epydoc.sf.net