Searched refs:columns (Results 1 – 4 of 4) sorted by relevance
52 --c-code-columns 8
1738 def str_to_c_code(self, cbor_str, var_name, columns=0): argument1740 if columns:1741 arr = '\n' + indent("\n".join(wrap(arr, 6 * columns)), '\t') + '\n'
582 [--c-code-columns C_CODE_COLUMNS]634 --c-code-columns C_CODE_COLUMNS
116 * Add the --c-code-columns option for adding newlines to c_code