Cached_property has been added to functools since python3.8, but it didn't appear as a candidate in PyCharm.
PyCharm has a copy of typeshed because it's old
To reflect the latest typeshed, clone typeshed to the project directory and specify it as Source Root.
OK
reference)
Recommended Posts