Lines Matching defs:whitespace
10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f'
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
252 whitespace removed.
263 Return a copy of the string s with leading whitespace removed.
273 Return a copy of the string s with trailing whitespace removed.
287 is not specified or is None, any whitespace string is a separator.
302 done. If sep is not specified or is None, any whitespace string
524 # It also defines values for whitespace, lowercase and uppercase
528 from strop import maketrans, lowercase, uppercase, whitespace