Lines Matching refs:split
85 parts = ecre.split(line)
293 # Split up a header safely for use with encode_chunks.
302 # can't really split it because it might be multibyte data which we
303 # could break if we split it between pairs. The least harm seems to
304 # be to not split the header at all, but that means they could go out
323 # We can split on _maxlinelen boundaries because we know that the
329 # Binary search for split point
332 # chrome. last must be recursively split.
396 Optional splitchars is a string containing characters to split long
434 # Attempt to split the line at the highest-level syntactic break
442 # There's nothing useful to split the line on, not even spaces, so
447 # Now split the line on the character plus trailing whitespace
458 for part in cre.split(line):
462 # We don't want to split after the field name, if we're on the
472 # splitting on whitespace, try to recursively split this line