Lines Matching defs:linesep
136 linesep -- string containing the value to use as separation
148 max_line_length -- maximum length of lines, excluding 'linesep',
163 linesep = '\n'
222 """Given a list of linesep terminated strings constituting the lines of
224 in the model. The input lines should retain their terminating linesep
251 containing linesep characters that implement the folding of the header
263 data containing linesep characters that implement the folding of the
369 parts.append(h.encode(linesep=self.linesep, maxlinelen=maxlinelen))
370 parts.append(self.linesep)