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) |
Meta class which calls __post_init__ after __new__ and __init__.
Definition at line 234 of file __init__.py.
| Any homeassistant.components.weather.PostInitMeta.__call__ | ( | cls, | |
| *Any | args, | ||
| **Any | kwargs | ||
| ) |
Create an instance.
Definition at line 237 of file __init__.py.