preheat_open.location.LocationCharacteristics
- class preheat_open.location.LocationCharacteristics(area=None, number_of_apartments=None, type='')
Bases:
objectRepresents 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
areanumber_of_apartmentstype