📁
randomstuff.py
  • randomstuff.py
  • Clients
    • Client
    • AsyncClient
  • Data Classes
    • AIResponse
    • Joke
    • JokeFlags
    • Waifu
    • Weather
    • WeatherLocation
    • CurrentWeather
    • WeatherForecast
  • Sub modules
    • utils
  • Errors tree
    • Forbidden
      • BadAPIKey
      • PlanNotAllowed
    • ArgumentError
      • InvalidPlanError
      • InvalidVersionError
      • InvalidServerError
      • InvalidType
      • InvalidCityError
    • HTTPError
  • Brief
    • Warnings
    • Lists
    • Unique ID
    • Joke 101
    • FAQ
    • Changelogs
Powered by GitBook
On this page
  1. Data Classes

Weather

PreviousWaifuNextWeatherLocation

Last updated 4 years ago

Was this helpful?

CtrlK
  • Attributes
  • location
  • current
  • forecast

Was this helpful?

Represents the weather returned by get_weather() method.

Attributes

location

current

forecast

Attributes

location

The location of the weather.

Type: WeatherLocation

current

The current weather.

There's a chance that this is None

Type: Optional[CurrentWeather]

forecast

The list of weather forecast of different days.

Type: List[WeatherForecast]