Ejemplo n.º 1
0
 def gatherWeatherDescription(self):
     self.weatherDescription = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[0]
Ejemplo n.º 2
0
 def gatherWeatherType(self):
     self.weatherType = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[1]