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.DRCECover Class Reference

wrapper for cover object More...

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

Public Member Functions

def __init__ (self, ttl, data)
 

Public Attributes

 type
 
 ttl
 
 data
 

Detailed Description

wrapper for cover object

Definition at line 145 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.Commands.DRCECover.__init__ (   self,
  ttl,
  data 
)

Definition at line 147 of file Commands.py.

147  def __init__(self, ttl, data):
148  super(DRCECover, self).__init__()
149 
150  self.type = 2
151  self.ttl = ttl
152  self.data = data
153 
154 
155 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ data

drce.Commands.DRCECover.data

Definition at line 152 of file Commands.py.

◆ ttl

drce.Commands.DRCECover.ttl

Definition at line 151 of file Commands.py.

◆ type

drce.Commands.DRCECover.type

Definition at line 150 of file Commands.py.


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