Value is a list.
Example:
.. code-block:: python
assert ['foo', 'bar'] == matching.any_list
Definition at line 410 of file matching.py.
Public Member Functions | |
| __repr__ (self) | |
| __eq__ (self, other) | |
| __testsuite_resolve_value__ (self, other, report_error) | |
| testsuite.matching.AnyList.__eq__ | ( | self, | |
| other ) |
Definition at line 423 of file matching.py.
| testsuite.matching.AnyList.__repr__ | ( | self | ) |
Definition at line 420 of file matching.py.
| testsuite.matching.AnyList.__testsuite_resolve_value__ | ( | self, | |
| other, | |||
| report_error ) |
Definition at line 426 of file matching.py.