limit_location属性

limit_location属性

此属性指定 n 元运算符中界限的位置。界限可以位于 n 元运算符的上下中心,也可以位于运算符的右侧。

定义:

@property
def limit_location(self):
    ...
@limit_location.setter
def limit_location(self, value):
    ...

也可以看看