load_local_pkg

jwst.stpipe.utilities.load_local_pkg(fpath)[source]

Make a generator to list all modules under fpath.

Parameters:
fpathstr

File path to the package to load.

Yields:
module

The next module found in the package.