__builtin__.bytes.center

bytes.center(width[, fillchar]) → string

Return S centered in a string of length width. Padding is done using the specified fill character (default is a space)