Condition inversion.
Example:
.. code-block:: python
assert value == matching.Not(1)
Definition at line 195 of file matching.py.
Public Member Functions | |
| __init__ (self, condition) | |
| __repr__ (self) | |
| __eq__ (self, other) | |
| __testsuite_visit__ (self, visit) | |
Protected Attributes | |
| _condition = condition | |
| testsuite.matching.Not.__init__ | ( | self, | |
| condition ) |
Definition at line 206 of file matching.py.
| testsuite.matching.Not.__eq__ | ( | self, | |
| other ) |
Definition at line 212 of file matching.py.
| testsuite.matching.Not.__repr__ | ( | self | ) |
Definition at line 209 of file matching.py.
| testsuite.matching.Not.__testsuite_visit__ | ( | self, | |
| visit ) |
Definition at line 217 of file matching.py.
|
protected |
Definition at line 207 of file matching.py.