📁
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

WeatherLocation

PreviousWeatherNextCurrentWeather

Last updated 4 years ago

Was this helpful?

CtrlK
  • Attributes
  • name
  • lat
  • long
  • timezone
  • alert
  • degreetype
  • imagerelativeurl
  • latitude
  • longitude
  • degree_type
  • image_relative_url

Was this helpful?

Represents the location of the Weather object.

Attributes

name

lat

long

timezone

alert

degreetype

imagerelativeurl

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

An alias for lat attribute.

Type: str

longitude

An alias of long attribute.

Type: str

degree_type

An alias of degreetype attribute.

Type: str

image_relative_url

An alias of imagerelativeurl attribute.

Type: str

latitude
longitude
degree_type
image_relative_url