data_as_attribute propiedad

data_as_attribute propiedad

Indica si se exportan datos como atributos del elemento.

Definición:

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

Ver también