1 2 3 4 5 6 7
from functools import cached_property class Foo: @cached_property def prop(self) -> int: return 1