__builtin__.bytes.join

bytes.join(iterable) → string

Return a string which is the concatenation of the strings in the iterable. The separator between elements is S.