core/homeassistant/backports
J. Nick Koston 6eb49991a4
Add pylint rule for cached_property (#127482)
2024-10-03 17:53:55 -05:00
..
LICENSE.Python
README
__init__.py
enum.py
functools.py Add pylint rule for cached_property (#127482) 2024-10-03 17:53:55 -05: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.