data_source property

data_source property

Gets or sets the data source object.

Remarks

The data source object can be of one of the following types:

| | | | | |

For information on how to work with data sources of different types in template documents, see template syntax reference .

Definition:

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

See Also