gaps.batch.BatchSet#
- class BatchSet(arg_combo, file_set, tag)#
Bases:
tuple
Create new instance of BatchSet(arg_combo, file_set, tag)
Methods
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
- __add__(value, /)#
Return self+value.
- __mul__(value, /)#
Return self*value.
- arg_combo#
Alias for field number 0
- count(value, /)#
Return number of occurrences of value.
- file_set#
Alias for field number 1
- index(value, start=0, stop=9223372036854775807, /)#
Return first index of value.
Raises ValueError if the value is not present.
- tag#
Alias for field number 2