ensembl-hive-python3
2.3
__init__.py
Go to the documentation of this file.
1
2
# We take all the interesting classes from both modules, i.e. BaseRunnable and all the exceptions
3
from
eHive.Process
import
BaseRunnable, CompleteEarlyException, JobFailedException, __version__
4
from
eHive.Params
import
ParamException, ParamNameException, ParamSubstitutionException, ParamInfiniteLoopException, ParamWarning
5
6
__all__ = [
'BaseRunnable'
,
'CompleteEarlyException'
,
'JobFailedException'
,
'ParamException'
,
'ParamNameException'
,
'ParamSubstitutionException'
,
'ParamInfiniteLoopException'
,
'ParamWarning'
,
'__version__'
]
7
eHive.Process
Definition:
Process.py:1
eHive.Params
Definition:
Params.py:1
eHive
__init__.py
Generated by
1.8.13