Lines Matching full:_fromlinepattern
2101 # beginning of the file, "^From .*\n". While _fromlinepattern below seems2117 _fromlinepattern = (r"From \s*[^\s]+\s+\w\w\w\s+\w\w\w\s+\d?\d\s+"2126 self._regexp = re.compile(self._fromlinepattern)