check_is_gteq#
- pybrops.core.error.error_value_python.check_is_gteq(v, vname, value)[source]#
Check if a Python object is greater than or equal to another Python object.
- Parameters:
v (object) – A Python object.
vname (str) – Name of the Python object for use in the error message.
value (object) – Lower value of the input Python object.
- Return type:
None