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
drce.Commands.TaskResponse Class Reference

wrapper for task response More...

Inheritance diagram for drce.Commands.TaskResponse:
Collaboration diagram for drce.Commands.TaskResponse:

Public Member Functions

def __init__ (self, items)
 

Public Attributes

 items
 

Detailed Description

wrapper for task response

Definition at line 135 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.Commands.TaskResponse.__init__ (   self,
  items 
)

Definition at line 137 of file Commands.py.

137  def __init__(self, items):
138  super(TaskResponse, self).__init__()
139 
140  self.items = items
141 
142 
143 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ items

drce.Commands.TaskResponse.items

Definition at line 140 of file Commands.py.


The documentation for this class was generated from the following file: