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

Public Member Functions

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

Public Attributes

 compare
 
 some_obj
 

Detailed Description

Definition at line 28 of file test_app_BaseServerManager.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 30 of file test_app_BaseServerManager.py.

30  def __init__(self, compare, some_obj):
31  self.compare = compare
32  self.some_obj = some_obj
33 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Function Documentation

◆ __eq__()

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

Definition at line 34 of file test_app_BaseServerManager.py.

34  def __eq__(self, other):
35  return self.compare(self.some_obj, other)
36 
37 

Member Data Documentation

◆ compare

tests.test_app_BaseServerManager.Matcher.compare

Definition at line 31 of file test_app_BaseServerManager.py.

◆ some_obj

tests.test_app_BaseServerManager.Matcher.some_obj

Definition at line 32 of file test_app_BaseServerManager.py.


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