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) | |
| testsuite.matching.AnyDict.__eq__ | ( | self, | |
| other ) |
Definition at line 481 of file matching.py.
| testsuite.matching.AnyDict.__repr__ | ( | self | ) |
Definition at line 478 of file matching.py.
| testsuite.matching.AnyDict.__testsuite_resolve_value__ | ( | self, | |
| other, | |||
| report_error ) |
Definition at line 484 of file matching.py.