HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dc_db.DBTask Namespace Reference

Classes

class  DBTask
 

Functions

def exceptionLogging (abortStr)
 

Detailed Description

HCE project, Python bindings, Distributed Tasks Manager application.
Event objects definitions.

@package: dc
@file db-task.py
@author igor
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Function Documentation

◆ exceptionLogging()

def dc_db.DBTask.exceptionLogging (   abortStr)

Definition at line 43 of file DBTask.py.

43 def exceptionLogging(abortStr):
44  sys.stderr.write(abortStr)
45 
46 
def exceptionLogging(abortStr)
Definition: DBTask.py:43
Here is the caller graph for this function: