helpers module

Some helper functions.

helpers.binary_to_string(binary)[source]

Convert a binary string to a text string.

helpers.make_used(*args)[source]

Persuade linters that args are used.

helpers.string_to_binary(string)[source]

Convert a text string (or binary string type) to a binary string type.