コード例 #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]