is_mobile_compatible Eigentum

is_mobile_compatible Eigentum

Gibt an, ob die Ausgabe HTML mit Mobilgeräten kompatibel ist. Der Standardwert ist false.

Definition:

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

Siehe auch