📁
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
  • name
  • lat
  • long
  • timezone
  • alert
  • degreetype
  • imagerelativeurl
  • latitude
  • longitude
  • degree_type
  • image_relative_url

Was this helpful?

  1. Data Classes

WeatherLocation

PreviousWeatherNextCurrentWeather

Last updated 3 years ago

Was this helpful?

Represents the location of the object.

Attributes

Attributes

name

The name of location.

Type: str

lat

The latitude of location.

There's a chance that this is None

Type: str

long

The longitude of the location.

Type: str

timezone

The timezone of the location.

Type: str

alert

The alert of the location.

Type: str

degreetype

The degree type of the location.

Type: str

imagerelativeurl

The image URL of the location.

Type: str

latitude

Type: str

longitude

Type: str

degree_type

Type: str

image_relative_url

Type: str

An alias for attribute.

An alias of attribute.

An alias of attribute.

An alias of attribute.

Weather
lat
long
degreetype
imagerelativeurl
name
lat
long
timezone
alert
degreetype
imagerelativeurl
latitude
longitude
degree_type
image_relative_url