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_crawler.CrawlerTask.CrawlerTask.Meta Class Reference
Inheritance diagram for dc_crawler.CrawlerTask.CrawlerTask.Meta:
Collaboration diagram for dc_crawler.CrawlerTask.CrawlerTask.Meta:

Public Member Functions

def __init__ (self)
 

Public Attributes

 urlXpathList
 

Static Public Attributes

 label = APP_NAME
 

Detailed Description

Definition at line 213 of file CrawlerTask.py.

Constructor & Destructor Documentation

◆ __init__()

def dc_crawler.CrawlerTask.CrawlerTask.Meta.__init__ (   self)

Definition at line 215 of file CrawlerTask.py.

215  def __init__(self):
216  # self.site_table_row = None
217  self.urlXpathList = {}
218 
219 
220  # #constructor
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ label

dc_crawler.CrawlerTask.CrawlerTask.Meta.label = APP_NAME
static

Definition at line 214 of file CrawlerTask.py.

◆ urlXpathList

dc_crawler.CrawlerTask.CrawlerTask.Meta.urlXpathList

Definition at line 217 of file CrawlerTask.py.


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