IMP logo
IMP Reference Guide  2.13.0
The Integrative Modeling Platform
EMageFit/__init__.py
1 
2 
4  '''Return the version of this module, as a string'''
5  return "2.13.0"
6 
7 def get_module_name():
8  '''Return the fully-qualified name of this module'''
9  return "IMP::EMageFit"
10 
11 def get_data_path(fname):
12  '''Return the full path to one of this module's data files'''
13  import IMP
14  return IMP._get_module_data_path("EMageFit", fname)
15 
16 def get_example_path(fname):
17  '''Return the full path to one of this module's example files'''
18  import IMP
19  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.