pardata.loaders.text.PlainTextLoader

class pardata.loaders.text.PlainTextLoader

Bases: pardata.loaders._base.Loader

Plain text to string loader.

Methods

check_path(path)

Check if the given path is a valid path to the file to be loaded.

load(path, options)

The type hint says Dict, because this loader will be handling those situations in the future.