FileOpenSource constructor

init

Initializes a new instance of the FileOpenSource class.

def __init__(self, file_path):
    ...
ParameterTypeDescription
file_pathstrThe file path to open.

See Also