![]() |
QPanda3
Supported by OriginQ
|
Public 成员函数 | |
None | __init__ (self, int value) |
init(self: qcloud.JobStatus, value: int) -> None | |
bool | __eq__ (self, object other) |
eq(self: object, other: object) -> bool | |
int | __hash__ (self) |
hash(self: object) -> int | |
int | __index__ (self) |
index(self: qcloud.JobStatus) -> int | |
int | __int__ (self) |
int(self: qcloud.JobStatus) -> int | |
bool | __ne__ (self, object other) |
ne(self: object, other: object) -> bool | |
str | name (self) |
int | value (self) |
静态 Public 属性 | |
ClassVar | COMPUTING = ... |
ClassVar | FAILED = ... |
ClassVar | FINISHED = ... |
ClassVar | QUEUING = ... |
ClassVar | WAITING = ... |
None pyqpanda3.qcloud.qcloud.JobStatus.__init__ | ( | self, | |
int | value ) |
init(self: qcloud.JobStatus, value: int) -> None
bool pyqpanda3.qcloud.qcloud.JobStatus.__eq__ | ( | self, | |
object | other ) |
eq(self: object, other: object) -> bool
int pyqpanda3.qcloud.qcloud.JobStatus.__hash__ | ( | self | ) |
hash(self: object) -> int
int pyqpanda3.qcloud.qcloud.JobStatus.__index__ | ( | self | ) |
index(self: qcloud.JobStatus) -> int
int pyqpanda3.qcloud.qcloud.JobStatus.__int__ | ( | self | ) |
int(self: qcloud.JobStatus) -> int
bool pyqpanda3.qcloud.qcloud.JobStatus.__ne__ | ( | self, | |
object | other ) |
ne(self: object, other: object) -> bool
str pyqpanda3.qcloud.qcloud.JobStatus.name | ( | self | ) |
int pyqpanda3.qcloud.qcloud.JobStatus.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |