check_is_lt#

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

Check if a Python object is less 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) – Upper value of the input Python object.

Return type:

None