Searched refs:_ws_re (Results 1 – 1 of 1) sorted by relevance
322 def _trim_whitespace(self, string, _ws_re=re.compile(r'\s*\n\s*')): argument323 return _ws_re.sub(' ', string.strip())