FileDataSource constructor

init

Initializes new file data source with the specified path.

def __init__(self, path):
    ...
ParameterTypeDescription
pathstrA string representing the path to the source file.

See Also