data_stream_container property

data_stream_container property

Gets the object’s data stream.

Definition:

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

See Also