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