Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weather.PostInitMeta Class Reference
Inheritance diagram for homeassistant.components.weather.PostInitMeta:
[legend]
Collaboration diagram for homeassistant.components.weather.PostInitMeta:
[legend]

Public Member Functions

Any __call__ (cls, *Any args, **Any kwargs)
 
- Public Member Functions inherited from homeassistant.helpers.entity.CachedProperties
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, set[str]|None cached_properties=None, **Any kwargs)
 

Detailed Description

Meta class which calls __post_init__ after __new__ and __init__.

Definition at line 234 of file __init__.py.

Member Function Documentation

◆ __call__()

Any homeassistant.components.weather.PostInitMeta.__call__ (   cls,
*Any  args,
**Any  kwargs 
)
Create an instance.

Definition at line 237 of file __init__.py.


The documentation for this class was generated from the following file: