steenzout.barcode.helpers module

Helpers module.

sum_chars(char, other)[source]

Sum the value of two string characters.

Parameters:
  • char (char) – string of the integer.
  • other (char) – string of the integer.
Returns:

sum of the integer value of x and integer value of y.

Return type:

(int)