core/homeassistant/backports
Marc Mueller 816ce116bf
Remove unnecessary functools.cached_property backport (#114239)
2024-04-04 11:24:26 +02:00
..
LICENSE.Python
README
__init__.py
enum.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
functools.py Remove unnecessary functools.cached_property backport (#114239) 2024-04-04 11:24:26 +02:00

README

This package contains backports of Python functionality from future Python
versions.

Some of the backports have been copied directly from the CPython project,
and are subject to license agreement as detailed in LICENSE.Python.