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

Class Fish

source code

Animal --+
         |
        Fish

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