Example #1
0
    def region(self, **kwargs):
        """
        Get a region from his Hattrick ID

        :key ht_id: Hattrick ID of the requested region, must be an int
        :rtype: ht_region.HTRegion
        """
        return ht_region.HTRegion(chpp=self, **kwargs)
Example #2
0
 def region(self):
     return ht_region.HTRegion(chpp=self._chpp,
                               ht_id=self.region_ht_id)
Example #3
0
 def region(self):
     return ht_region.HTRegion(chpp=self.chpp, ht_id=self.ht_id)