property x of class A(object)

@property
def x(self)
Inferred type: (self: A) -> int

Does things to X


Getter of property