StreamDataSource constructor

init

Initializes new stream data source with the specified stream object.

def __init__(self, data):
    ...
ParameterTypeDescription
dataio.RawIOBaseStream object

See Also