|
| info |
| initialize InfoWidget
|
|
|
None | info = None |
| InfoWidget pointer.
|
|
Inspect DataStore contents
Definition at line 16 of file inspector.py.
◆ event()
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()
reimplementation of Module::initialize().
Definition at line 23 of file inspector.py.
23 def initialize(self):
24 """reimplementation of Module::initialize()."""
25 from ROOT import gClient
26 from ROOT import gSystem
27 gSystem.Load('libdisplay')
28 from ROOT import Belle2
29
30 root = gClient.GetRoot()
31
33 self.info.MapSubwindows()
34 self.info.Resize()
35 self.info.MapWindow()
36
◆ info [1/2]
◆ info [2/2]
The documentation for this class was generated from the following file: