19. Autodoc Urd Classes¶
- class accelerator.build.Urd(a, info, user, password, horizon=None, default_workdir=None)¶
- set_workdir(workdir)¶
Build jobs in this workdir, None to restore default
- warn(line='')¶
Add a warning message to be displayed at the end of the build
- class accelerator.build.JobList(iterable=(), /)¶
A list of Jobs with some convenience methods. .find(method) a new JobList with only jobs with that method in it. .get(method, default=None) latest Job with that method. [method] Same as .get but error if no job with that method is in the list. .as_tuples The same list but as (method, jid) tuples. .pretty a pretty-printed version (string).
- find(method)¶
Matching elements returned as new Joblist.
- property pretty¶
Formated for printing