userver: testsuite.matching.UnorderedList Class Reference
Loading...
Searching...
No Matches
testsuite.matching.UnorderedList Class Reference

Detailed Description

Definition at line 356 of file matching.py.

Public Member Functions

 __init__ (self, sequence, key)
 __repr__ (self)
 __eq__ (self, other)
 __testsuite_visit__ (self, visit)
 __testsuite_resolve_value__ (self, other, report_error)

Protected Attributes

 _value = sorted(sequence, key=key)
 _key = key

Constructor & Destructor Documentation

◆ __init__()

testsuite.matching.UnorderedList.__init__ ( self,
sequence,
key )

Definition at line 357 of file matching.py.

Member Function Documentation

◆ __eq__()

testsuite.matching.UnorderedList.__eq__ ( self,
other )

Definition at line 364 of file matching.py.

◆ __repr__()

testsuite.matching.UnorderedList.__repr__ ( self)

Definition at line 361 of file matching.py.

◆ __testsuite_resolve_value__()

testsuite.matching.UnorderedList.__testsuite_resolve_value__ ( self,
other,
report_error )

Definition at line 374 of file matching.py.

◆ __testsuite_visit__()

testsuite.matching.UnorderedList.__testsuite_visit__ ( self,
visit )

Definition at line 371 of file matching.py.

Member Data Documentation

◆ _key

testsuite.matching.UnorderedList._key = key
protected

Definition at line 359 of file matching.py.

◆ _value

testsuite.matching.UnorderedList._value = sorted(sequence, key=key)
protected

Definition at line 358 of file matching.py.


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