6     '''Return the version of this module, as a string''' 
   10     '''Return the fully-qualified name of this module''' 
   11     return "IMP::EMageFit" 
   14     '''Return the full path to one of this module's data files''' 
   16     return IMP._get_module_data_path(
"EMageFit", fname)
 
   19     '''Return the full path to one of this module's example files''' 
   21     return IMP._get_module_example_path(
"EMageFit", fname)
 
def get_module_name
Return the fully-qualified name of this module. 
 
def get_data_path
Return the full path to one of this module's data files. 
 
def get_example_path
Return the full path to one of this module's example files. 
 
def get_module_version
Return the version of this module, as a string.