eta.lf.from_lisp_dirs

from_lisp_dirs(dirs)[source]

Recursively read all LISP files in a given dir or list of dirs, returning a list of eventualities.

Parameters:

dirs (str or list[str]) – Either a directory name or a list of directory names to read.

Return type:

list[Eventuality]