is_mobile_compatible proprietà

is_mobile_compatible proprietà

Indica se l’uscita HTML è compatibile con i dispositivi mobili. Il valore predefinito è falso.

Definizione:

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

Guarda anche