![]() |
QPanda3
Supported by OriginQ
|
Logs will be output to the console. More...
Public Member Functions | |
| None | __init__ (self, int value) |
| init(self: qcloud.LogOutput, 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.LogOutput) -> int | |
| int | __int__ (self) |
| int(self: qcloud.LogOutput) -> int | |
| bool | __ne__ (self, object other) |
| ne(self: object, other: object) -> bool | |
| str | name (self) |
| name(self: object) -> str | |
| int | value (self) |
| (arg0: qcloud.LogOutput) -> int | |
Static Public Attributes | |
| ClassVar | CONSOLE = ... |
| ClassVar | FILE = ... |
Logs will be output to the console.
@brief Log output types.
@details Defines destinations for log output, including console and file.
Members:
CONSOLE :
FILE :
Logs will be saved to a file.
| None pyqpanda3.qcloud.qcloud.LogOutput.__init__ | ( | self, | |
| int | value ) |
init(self: qcloud.LogOutput, value: int) -> None
| bool pyqpanda3.qcloud.qcloud.LogOutput.__eq__ | ( | self, | |
| object | other ) |
eq(self: object, other: object) -> bool
| int pyqpanda3.qcloud.qcloud.LogOutput.__hash__ | ( | self | ) |
hash(self: object) -> int
| int pyqpanda3.qcloud.qcloud.LogOutput.__index__ | ( | self | ) |
index(self: qcloud.LogOutput) -> int
| int pyqpanda3.qcloud.qcloud.LogOutput.__int__ | ( | self | ) |
int(self: qcloud.LogOutput) -> int
| bool pyqpanda3.qcloud.qcloud.LogOutput.__ne__ | ( | self, | |
| object | other ) |
ne(self: object, other: object) -> bool
| str pyqpanda3.qcloud.qcloud.LogOutput.name | ( | self | ) |
name(self: object) -> str
name(self: object) -> str
| int pyqpanda3.qcloud.qcloud.LogOutput.value | ( | self | ) |
(arg0: qcloud.LogOutput) -> int
|
static |
|
static |