Belle II Software  release-08-01-10
InspectorModule Class Reference
Inheritance diagram for InspectorModule:
Collaboration diagram for InspectorModule:

Public Member Functions

def initialize (self)
 
def event (self)
 

Static Public Attributes

 info = None
 InfoWidget pointer.
 

Detailed Description

Inspect DataStore contents

Definition at line 17 of file inspector.py.

Member Function Documentation

◆ event()

def event (   self)
reimplementation of Module::event().

Definition at line 37 of file inspector.py.

37  def event(self):
38  """reimplementation of Module::event()."""
39 
40  self.info.update()
41 
42  print("Press Ctrl+D to exit.")
43  import interactive
44  interactive.embed()
45 
46 

◆ initialize()

def initialize (   self)
reimplementation of Module::initialize().

Definition at line 24 of file inspector.py.


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