data_as_attribute proprietà

data_as_attribute proprietà

Indica se esportare i dati come attributi dell’elemento.

Definizione:

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

Guarda anche