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

Public Member Functions

None __init__ (self, int value)
 init(self: qcloud.DataFormat, 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.DataFormat) -> int
 
int __int__ (self)
 int(self: qcloud.DataFormat) -> int
 
bool __ne__ (self, object other)
 ne(self: object, other: object) -> bool
 
str name (self)
 
int value (self)
 

Static Public Attributes

ClassVar BINARY = ...
 
ClassVar DEFAULT = ...
 
ClassVar INSTRUCTION_SET = ...
 

Constructor & Destructor Documentation

◆ __init__()

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

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

Member Function Documentation

◆ __eq__()

bool pyqpanda3.qcloud.qcloud.DataFormat.__eq__ ( self,
object other )

eq(self: object, other: object) -> bool

◆ __hash__()

int pyqpanda3.qcloud.qcloud.DataFormat.__hash__ ( self)

hash(self: object) -> int

◆ __index__()

int pyqpanda3.qcloud.qcloud.DataFormat.__index__ ( self)

index(self: qcloud.DataFormat) -> int

◆ __int__()

int pyqpanda3.qcloud.qcloud.DataFormat.__int__ ( self)

int(self: qcloud.DataFormat) -> int

◆ __ne__()

bool pyqpanda3.qcloud.qcloud.DataFormat.__ne__ ( self,
object other )

ne(self: object, other: object) -> bool

◆ name()

str pyqpanda3.qcloud.qcloud.DataFormat.name ( self)

◆ value()

int pyqpanda3.qcloud.qcloud.DataFormat.value ( self)

Member Data Documentation

◆ BINARY

ClassVar pyqpanda3.qcloud.qcloud.DataFormat.BINARY = ...
static

◆ DEFAULT

ClassVar pyqpanda3.qcloud.qcloud.DataFormat.DEFAULT = ...
static

◆ INSTRUCTION_SET

ClassVar pyqpanda3.qcloud.qcloud.DataFormat.INSTRUCTION_SET = ...
static

The documentation for this class was generated from the following file: