19 Helper class for accessing the information about ipython_handler_basf2
20 from the environment variables.
25 Get the variables from the environment variables.
45 A helper class to perform module lookup.
50 Initialize with the module list
from the framework.
52 from basf2
import list_available_modules
58 Search for a given module. You can give ane regular expression you like.
59 The results will be printed
as a nice tabbed view
with the modules
and their parameters
64 if re.search(regex_string, module_name):