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

Public Member Functions

def __init__ (self, path, standalone=False)
 
def create (self)
 
def show (self)
 

Public Attributes

 path
 The path to show.
 
 standalone
 In the standalone mode, the basic parameters of the modules are shown.
 

Detailed Description

Viewer object for the ipython_handler_basf2 path.
Do not use it on your own.

Definition at line 39 of file viewer.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  path,
  standalone = False 
)
Create a new path viewer object with the path from the process

Definition at line 46 of file viewer.py.

46  def __init__(self, path, standalone=False):
47  """
48  Create a new path viewer object with the path from the process
49  """
50 
51  try:
52  self.path = path.modules()
53  except BaseException:
54  self.path = path
55 
56 
57  self.standalone = standalone
58 

Member Function Documentation

◆ create()

def create (   self)
Create the widget

Reimplemented from IPythonWidget.

Definition at line 59 of file viewer.py.

◆ show()

def show (   self)
inherited
Show the widget

Reimplemented in ProgressBarViewer.

Definition at line 31 of file viewer.py.


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