QPanda3  0.1.0
Supported by OriginQ
Loading...
Searching...
No Matches
pyqpanda3.qcloud.JobStatus Class Reference

Public Member Functions

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)
 

Static Public Attributes

ClassVar COMPUTING = ...
 
ClassVar FAILED = ...
 
ClassVar FINISHED = ...
 
ClassVar QUEUING = ...
 
ClassVar WAITING = ...
 

Constructor & Destructor Documentation

◆ __init__()

None pyqpanda3.qcloud.JobStatus.__init__ ( self,
int value )

init(self: qcloud.JobStatus, value: int) -> None

Member Function Documentation

◆ __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)

index(self: qcloud.JobStatus) -> int

◆ __int__()

int pyqpanda3.qcloud.JobStatus.__int__ ( self)

int(self: qcloud.JobStatus) -> int

◆ __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)

Member Data Documentation

◆ 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: