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

Detailed Description

Value is a dictionary.

Example:

.. code-block:: python

assert {'foo': 'bar'} == matching.any_dict

Definition at line 468 of file matching.py.

Public Member Functions

 __repr__ (self)
 __eq__ (self, other)
 __testsuite_resolve_value__ (self, other, report_error)

Member Function Documentation

◆ __eq__()

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

Definition at line 481 of file matching.py.

◆ __repr__()

testsuite.matching.AnyDict.__repr__ ( self)

Definition at line 478 of file matching.py.

◆ __testsuite_resolve_value__()

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

Definition at line 484 of file matching.py.


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