Markus Heiser 59100e8525 [fix] add module for backward compatibility
cache_property has been added in py3.8 [1]

To support cache_property in py3.7 the implementation from 3.8 has been
copied to compat.py.  This code can be cleanup with EOL of py3.7.

[1] https://docs.python.org/3/library/functools.html#functools.cached_property

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-03-12 15:45:28 +01:00
..
2022-01-29 08:54:12 +01:00
2022-03-12 11:36:31 +01:00
2022-01-06 14:10:58 +01:00
2022-01-30 22:14:12 +01:00
2022-02-21 21:18:37 +01:00