Searched defs:ints2octs (Results 1 – 1 of 1) sorted by relevance
12 ints2octs = lambda s: ''.join([int2oct(x) for x in s]) function29 ints2octs = bytes variable