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

Public Member Functions

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

Static Public Attributes

ClassVar Binary = ...
 
ClassVar Hex = ...
 

Constructor & Destructor Documentation

◆ __init__()

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

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

Member Function Documentation

◆ __eq__()

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

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

◆ __hash__()

int pyqpanda3.qcloud.DataBase.__hash__ ( self)

hash(self: object) -> int

◆ __index__()

int pyqpanda3.qcloud.DataBase.__index__ ( self)

index(self: qcloud.DataBase) -> int

◆ __int__()

int pyqpanda3.qcloud.DataBase.__int__ ( self)

int(self: qcloud.DataBase) -> int

◆ __ne__()

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

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

◆ name()

str pyqpanda3.qcloud.DataBase.name ( self)

◆ value()

int pyqpanda3.qcloud.DataBase.value ( self)

Member Data Documentation

◆ Binary

ClassVar pyqpanda3.qcloud.DataBase.Binary = ...
static

◆ Hex

ClassVar pyqpanda3.qcloud.DataBase.Hex = ...
static

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