![]() |
QPanda3
Supported by OriginQ
|
A cycle made from recursive function calls. 更多...
Public 成员函数 | |
| __init__ (self) | |
| add_function (self, function) | |
Public 成员函数 继承自 pyqpanda3.profiling.gprof2dot.Object | |
| __init__ (self, events=None) | |
| __hash__ (self) | |
| __eq__ (self, other) | |
| __lt__ (self, other) | |
| __contains__ (self, event) | |
| __getitem__ (self, event) | |
| __setitem__ (self, event, value) | |
Public 属性 | |
| functions = set() | |
Public 属性 继承自 pyqpanda3.profiling.gprof2dot.Object | |
| dict | events = {} |
A cycle made from recursive function calls.
| pyqpanda3.profiling.gprof2dot.Cycle.__init__ | ( | self | ) |
| pyqpanda3.profiling.gprof2dot.Cycle.add_function | ( | self, | |
| function ) |
| pyqpanda3.profiling.gprof2dot.Cycle.functions = set() |