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

Lines Matching defs:newlines

118     newline controls how universal newlines works (it only applies to text
122 * On input, if newline is None, universal newlines mode is
459 files, the newlines argument to open can be used to select the line
1343 def newlines(self):
1363 r"""Codec used when reading a file in universal newlines mode. It wraps
1365 records the types of newlines encountered. When used with
1392 # Record which newlines are read
1435 def newlines(self):
1458 handling of line endings. If it is None, universal newlines is
1902 # Newlines are already translated, only search for \n
1972 def newlines(self):
1973 return self._decoder.newlines if self._decoder else None
1988 # Issue #5645: make universal newlines semantics the same as in the