Lines Matching refs:_isrealfromline
2077 if line[:5] == 'From ' and self._isrealfromline(line):2088 if line[:5] == 'From ' and self._isrealfromline(line):2094 # _isrealfromline() method. Note that this only gets called for lines2132 _isrealfromline = _strict_isrealfromline2136 _isrealfromline = UnixMailbox._portable_isrealfromline