QPanda3
Supported by OriginQ
Loading...
Searching...
No Matches
pyqpanda3.profiling.gprof2dot.Object Class Reference

Base class for all objects in profile which can store events. More...

Inheritance diagram for pyqpanda3.profiling.gprof2dot.Object:
[legend]

Public Member Functions

 __init__ (self, events=None)
 
 __hash__ (self)
 
 __eq__ (self, other)
 
 __lt__ (self, other)
 
 __contains__ (self, event)
 
 __getitem__ (self, event)
 
 __setitem__ (self, event, value)
 

Public Attributes

dict events = {}
 

Detailed Description

Base class for all objects in profile which can store events.

Constructor & Destructor Documentation

◆ __init__()

pyqpanda3.profiling.gprof2dot.Object.__init__ ( self,
events = None )

Member Function Documentation

◆ __contains__()

pyqpanda3.profiling.gprof2dot.Object.__contains__ ( self,
event )

◆ __eq__()

pyqpanda3.profiling.gprof2dot.Object.__eq__ ( self,
other )

◆ __getitem__()

pyqpanda3.profiling.gprof2dot.Object.__getitem__ ( self,
event )

◆ __hash__()

pyqpanda3.profiling.gprof2dot.Object.__hash__ ( self)

◆ __lt__()

pyqpanda3.profiling.gprof2dot.Object.__lt__ ( self,
other )

◆ __setitem__()

pyqpanda3.profiling.gprof2dot.Object.__setitem__ ( self,
event,
value )

Member Data Documentation

◆ events

dict pyqpanda3.profiling.gprof2dot.Object.events = {}

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