viperleed.calc.bookkeeper.history.entry.list_of_int_field
Module list_of_int_field of viperleed.calc.bookkeeper.history.entry.
Defines the ListOfIntsField abstract base class, its PositiveIntsField, CommaSeparatedIntsField, and SpaceSeparatedIntsField abstract subclasses, and the concrete JobIdsField, RunInfoField, and TensorNumsField classes.
Functions
|
Return a ', '-separated string of items from one with mixed spacing. |
|
Return a space-separated string of items from one with mixed spacing. |
Classes
|
A comma-separated list of integers. |
|
The field of the job numbers executed during this run. |
|
A mandatory field with a comma-separated list of ints for value. |
|
A list of non-negative integers. |
|
An optional field containing information about run segments. |
|
A space-separated list of integers. |
|
The field of the tensor numbers used or generated during this run. |