jade.hpc.common.HpcJobInfo

class jade.hpc.common.HpcJobInfo(job_id, name, status)

Bases: tuple

Create new instance of HpcJobInfo(job_id, name, status)

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

job_id

Alias for field number 0

name

Alias for field number 1

status

Alias for field number 2

__add__(value, /)

Return self+value.

__mul__(value, /)

Return self*value.

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

job_id

Alias for field number 0

name

Alias for field number 1

status

Alias for field number 2