Lines Matching refs:current
83 if the file isn't in the current working directory) of the file to
93 file regardless of the current seek position). In text mode, if encoding is
293 This functionality is not supported on the current runtime.
380 * 1 -- current stream position; offset may be negative
389 """Return an int indicating the current stream position."""
395 Size defaults to the current IO position as reported by tell(). Return
826 # and a flush may be necessary to synch both views of the current
978 # Inserts null bytes between the current end of the file
1156 current = self.raw.read(to_read)
1157 if current:
1158 self._read_buf = self._read_buf[self._read_pos:] + current
1731 are SEEK_CUR or 1 (move relative to current position, positive or negative),
1752 Size defaults to the current file position, as returned by tell().
1753 The current file position is changed to the value of size.
2367 # current pos.
2406 # nearest "safe start point" before the current location
2472 # Seeking to the current position should attempt to
2473 # sync the underlying buffer with the current position.