예제 #1
0
 def gatherWeatherDescription(self):
     self.weatherDescription = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[0]
예제 #2
0
 def gatherWeatherType(self):
     self.weatherType = WeatherConditions.getWeatherCondition((int)(self.weatherCode))[1]