Definition at line 221 of file matching.py.
Public Member Functions | |
| __init__ (self, value) | |
| __repr__ (self) | |
| __eq__ (self, other) | |
| __testsuite_visit__ (self, visit) | |
Static Public Attributes | |
| typing | op = operator.eq |
Protected Attributes | |
| _value = value | |
| testsuite.matching.Comparator.__init__ | ( | self, | |
| value ) |
Definition at line 224 of file matching.py.
| testsuite.matching.Comparator.__eq__ | ( | self, | |
| other ) |
Definition at line 230 of file matching.py.
| testsuite.matching.Comparator.__repr__ | ( | self | ) |
Definition at line 227 of file matching.py.
| testsuite.matching.Comparator.__testsuite_visit__ | ( | self, | |
| visit ) |
Definition at line 238 of file matching.py.
|
protected |
Definition at line 225 of file matching.py.
|
static |
Definition at line 222 of file matching.py.