towhee.runtime.check_utils.check_int

towhee.runtime.check_utils.check_int(info: Dict[str, Any], checks: list)[source]

Check if the info is type of int.

Parameters:
  • info (Dict[str, Any]) – The essential set will be check.

  • checks (list) – The list to check.