check_is_gt#

pybrops.core.error.error_value_python.check_is_gt(v, vname, value)[source]#

Check if a Python object is greater than 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