Ejemplo n.º 1
0
 def getRarity(self):
     return FishGlobals.getRarity(self.genus, self.species)
Ejemplo n.º 2
0
 def getRarity(self):
     return FishGlobals.getRarity(self.genus, self.species)
Ejemplo n.º 3
0
 def getRarity(self):
     """
     Returns the rarity of this fish, based on the genus and species.
     This value is not stored, it is simply looked up in a table.
     """
     return FishGlobals.getRarity(self.genus, self.species)