Variables | |
| __all__ = all_with_deprecated_constants(globals()) | |
| __dir__ | |
| __getattr__ = partial(check_if_deprecated_constant, module_globals=globals()) | |
| _DEPRECATED_cached_property | |
Functools backports from standard lib. This file contained the backport of the cached_property implementation of Python 3.12. Since we have dropped support for Python 3.11, we can remove this backport. This file is kept for now to avoid breaking custom components that might import it.
|
private |
Definition at line 31 of file functools.py.
|
private |
Definition at line 28 of file functools.py.
|
private |
Definition at line 27 of file functools.py.
|
private |
Definition at line 23 of file functools.py.