📁
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
  • Attributes
  • location
  • current
  • forecast

Was this helpful?

  1. Data Classes

Weather

PreviousWaifuNextWeatherLocation

Last updated 3 years ago

Was this helpful?

Represents the weather returned by method.

Attributes

Attributes

location

The location of the weather.

Type:

current

The current weather.

There's a chance that this is None

Type: Optional[]

forecast

The list of weather forecast of different days.

Type: List[]

WeatherForecast
location
current
forecast
WeatherLocation
CurrentWeather
get_weather()