Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | show_path (self, index=None) |
def | get_modules (self, index=None) |
def | show_dependencies (self, index=None) |
Protected Attributes | |
_calculation_process_type | |
Override the calculation process type with the basf2 one. | |
Overloaded class with more functionality which is ipython_handler_basf2 specific: * Access the path and the module * Create basf2 calculations * Use the basf2 widgets
Definition at line 14 of file calculation.py.
def __init__ | ( | self | ) |
Create a new basf2 calculation mostly overloading the standard calculation.
Reimplemented from Calculation.
Definition at line 22 of file calculation.py.
def get_modules | ( | self, | |
index = None |
|||
) |
Return the modules in the given path.
Definition at line 41 of file calculation.py.
def show_dependencies | ( | self, | |
index = None |
|||
) |
Show the dependencies among the data store entries.
Definition at line 47 of file calculation.py.
def show_path | ( | self, | |
index = None |
|||
) |
Show the underlaying ipython_handler_basf2 path in an interactive way
Definition at line 29 of file calculation.py.
|
protected |
Override the calculation process type with the basf2 one.
Definition at line 27 of file calculation.py.