jobs.JobSet

jobs.JobSet(jobs=list(), temp_dir=None, template_path=None)

A collection of jobs to execute (from expanding a JobConfig).

Attributes

Name Type Description
jobs list[ExpandedJob] List of expanded jobs.
temp_dir Path | None Temporary directory containing config files.
template_path Path | None Original template path (if any).

Methods

Name Description
cleanup Remove temporary config files.

cleanup

jobs.JobSet.cleanup()

Remove temporary config files.