nourish.loaders.text.PlainTextLoader¶
-
class
nourish.loaders.text.PlainTextLoader¶ Bases:
nourish.loaders._base.LoaderPlain 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.