preheat_open.location.LocationCharacteristics

class preheat_open.location.LocationCharacteristics(area=None, number_of_apartments=None, type='')

Bases: object

Represents the characteristics of a location.

Variables:
  • area (Optional[float]) – The area of the location.

  • number_of_apartments (Optional[int]) – The number of apartments in the location.

  • type (str) – The type of the location.

__init__(area=None, number_of_apartments=None, type='')

Methods

__init__([area, number_of_apartments, type])

Attributes

area

number_of_apartments

type