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

Public Member Functions

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

Static Public Attributes

ClassVar CLOUD_DEBUG = ...
 
ClassVar CLOUD_ERROR = ...
 
ClassVar CLOUD_INFO = ...
 
ClassVar CLOUD_WARNING = ...
 

Constructor & Destructor Documentation

◆ __init__()

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

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

Member Function Documentation

◆ __eq__()

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

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

◆ __hash__()

int pyqpanda3.qcloud.LogLevel.__hash__ ( self)

hash(self: object) -> int

◆ __index__()

int pyqpanda3.qcloud.LogLevel.__index__ ( self)

index(self: qcloud.LogLevel) -> int

◆ __int__()

int pyqpanda3.qcloud.LogLevel.__int__ ( self)

int(self: qcloud.LogLevel) -> int

◆ __ne__()

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

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

◆ name()

str pyqpanda3.qcloud.LogLevel.name ( self)

◆ value()

int pyqpanda3.qcloud.LogLevel.value ( self)

Member Data Documentation

◆ CLOUD_DEBUG

ClassVar pyqpanda3.qcloud.LogLevel.CLOUD_DEBUG = ...
static

◆ CLOUD_ERROR

ClassVar pyqpanda3.qcloud.LogLevel.CLOUD_ERROR = ...
static

◆ CLOUD_INFO

ClassVar pyqpanda3.qcloud.LogLevel.CLOUD_INFO = ...
static

◆ CLOUD_WARNING

ClassVar pyqpanda3.qcloud.LogLevel.CLOUD_WARNING = ...
static

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