ensembl-hive-python3  2.3
eHive.Process Namespace Reference

Classes

class  BaseRunnable
 This is the counterpart of GuestProcess. More...
 
class  CompleteEarlyException
 Can be raised by a derived class of BaseRunnable to indicate an early successful termination. More...
 
class  HiveJSONMessageException
 Raised when we could not parse the JSON message coming from GuestProcess. More...
 
class  Job
 Dummy class to hold job-related information. More...
 
class  JobFailedException
 Can be raised by a derived class of BaseRunnable to indicate an early unsuccessful termination. More...
 
class  LostHiveConnectionException
 Raised when the process has lost the communication pipe with the Perl side. More...
 

Variables

string __version__ = "0.1"
 
string __doc__
 

Variable Documentation

◆ __doc__

string eHive.Process.__doc__
private
Initial value:
1 = """
2 This module mainly implements python's counterpart of GuestProcess. Read
3 the later for more information about the JSON protocol used to communicate.
4 """

Definition at line 13 of file Process.py.

◆ __version__

string eHive.Process.__version__ = "0.1"
private

Definition at line 11 of file Process.py.