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
tests.test_dtm_TasksManager.Matcher Class Reference
Inheritance diagram for tests.test_dtm_TasksManager.Matcher:
Collaboration diagram for tests.test_dtm_TasksManager.Matcher:

Public Member Functions

def __init__ (self, compare, some_obj)
 
def __eq__ (self, other)
 

Public Attributes

 compare
 
 some_obj
 

Detailed Description

Definition at line 37 of file test_dtm_TasksManager.py.

Constructor & Destructor Documentation

◆ __init__()

def tests.test_dtm_TasksManager.Matcher.__init__ (   self,
  compare,
  some_obj 
)

Definition at line 39 of file test_dtm_TasksManager.py.

39  def __init__(self, compare, some_obj):
40  self.compare = compare
41  self.some_obj = some_obj
42 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Function Documentation

◆ __eq__()

def tests.test_dtm_TasksManager.Matcher.__eq__ (   self,
  other 
)

Definition at line 43 of file test_dtm_TasksManager.py.

43  def __eq__(self, other):
44  return self.compare(self.some_obj, other)
45 
46 

Member Data Documentation

◆ compare

tests.test_dtm_TasksManager.Matcher.compare

Definition at line 40 of file test_dtm_TasksManager.py.

◆ some_obj

tests.test_dtm_TasksManager.Matcher.some_obj

Definition at line 41 of file test_dtm_TasksManager.py.


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