lst_auto_rta.Auto_RTA.ConnectionJobInfo¶
- class lst_auto_rta.Auto_RTA.ConnectionJobInfo(tel_id, hostname, port, slurm_reservation, slurm_node)[source]¶
Bases:
NamedTuple
- __init__()¶
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 1
Alias for field number 2
Alias for field number 4
Alias for field number 3
Alias for field number 0
- count(value, /)¶
Return number of occurrences of value.
- hostname: str¶
Alias for field number 1
- index(value, start=0, stop=9223372036854775807, /)¶
Return first index of value.
Raises ValueError if the value is not present.
- port: Annotated[int, Gt(gt=0), Le(le=65535)]¶
Alias for field number 2
- slurm_node: str¶
Alias for field number 4
- slurm_reservation: str¶
Alias for field number 3
- tel_id: Annotated[int, Gt(gt=0)]¶
Alias for field number 0