◆ __init__()
None pyqpanda3.qcloud.JobStatus.__init__ |
( |
| self, |
|
|
int | value ) |
◆ __eq__()
bool pyqpanda3.qcloud.JobStatus.__eq__ |
( |
| self, |
|
|
object | other ) |
eq(self: object, other: object) -> bool
◆ __hash__()
int pyqpanda3.qcloud.JobStatus.__hash__ |
( |
| self | ) |
|
hash(self: object) -> int
◆ __index__()
int pyqpanda3.qcloud.JobStatus.__index__ |
( |
| self | ) |
|
◆ __int__()
int pyqpanda3.qcloud.JobStatus.__int__ |
( |
| self | ) |
|
◆ __ne__()
bool pyqpanda3.qcloud.JobStatus.__ne__ |
( |
| self, |
|
|
object | other ) |
ne(self: object, other: object) -> bool
◆ name()
str pyqpanda3.qcloud.JobStatus.name |
( |
| self | ) |
|
◆ value()
int pyqpanda3.qcloud.JobStatus.value |
( |
| self | ) |
|
◆ COMPUTING
ClassVar pyqpanda3.qcloud.JobStatus.COMPUTING = ... |
|
static |
◆ FAILED
ClassVar pyqpanda3.qcloud.JobStatus.FAILED = ... |
|
static |
◆ FINISHED
ClassVar pyqpanda3.qcloud.JobStatus.FINISHED = ... |
|
static |
◆ QUEUING
ClassVar pyqpanda3.qcloud.JobStatus.QUEUING = ... |
|
static |
◆ WAITING
ClassVar pyqpanda3.qcloud.JobStatus.WAITING = ... |
|
static |
The documentation for this class was generated from the following file: