General Python Information

Syntax

Classes

Class-Property

The Sequence of Decorators to create a Class-Property

@classmethod
@property
def some_method(cls):
    ...

Danger

Will not work from Python 3.11 onwards!