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)
def region(self): return ht_region.HTRegion(chpp=self._chpp, ht_id=self.region_ht_id)
def region(self): return ht_region.HTRegion(chpp=self.chpp, ht_id=self.ht_id)