StringDataSource constructor

init

Creates a new string data source.

def __init__(self, data):
    ...
ParameterTypeDescription
datastrThe string data.

See Also