is_bottom propriété

is_bottom propriété

Obtenir ou définir si une règle “top/bottom n” est une règle “bottom n”. La valeur par défaut est false.

Définition:

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

Voir également