Value is greater or equal.
Example:
.. code-block:: python
assert value == matching.Ge(10)
Definition at line 256 of file matching.py.
Public Member Functions | |
| __repr__ (self) | |
| __eq__ (self, other) | |
| __testsuite_visit__ (self, visit) | |
Static Public Attributes | |
| typing | op = operator.eq |
Protected Attributes | |
| _value = value | |
|
inherited |
Definition at line 230 of file matching.py.
|
inherited |
Definition at line 227 of file matching.py.
|
inherited |
Definition at line 238 of file matching.py.
|
protectedinherited |
Definition at line 225 of file matching.py.
|
staticinherited |
Definition at line 222 of file matching.py.