2 _all_commands = [
"select_good",
"show_stat",
"plot_score",
"exhaust"]
8 '''Return the version of this module, as a string'''
12 '''Return the fully-qualified name of this module'''
16 '''Return the full path to one of this module's data files'''
18 return IMP._get_module_data_path(
"sampcon", fname)
21 '''Return the full path to one of this module's example files'''
23 return IMP._get_module_example_path(
"sampcon", fname)
def get_example_path
Return the full path to one of this module's example files.
def get_data_path
Return the full path to one of this module's data files.
def get_module_version
Return the version of this module, as a string.
def get_module_name
Return the fully-qualified name of this module.