| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Utility functions. More...
Utility functions.
Functions | |
| def | get_experiment_params | 
| Imports the configuration file.  More... | |
| def | vararg_callback | 
| Snippet from Python website to process multiple values for an option with OptionParser.  More... | |
| def IMP.EMageFit.utility.get_experiment_params | ( | fn_params | ) | 
Imports the configuration file.
| fn_params | configuration file | 
Definition at line 43 of file utility.py.
| def IMP.EMageFit.utility.vararg_callback | ( | option, | |
| opt_str, | |||
| value, | |||
| parser | |||
| ) | 
Snippet from Python website to process multiple values for an option with OptionParser.
Definition at line 12 of file utility.py.