Home | History | Annotate | Download | only in python2.7

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 lines
2132 _isrealfromline = _strict_isrealfromline
2136 _isrealfromline = UnixMailbox._portable_isrealfromline