HomeSort by relevance Sort by last modified time
    Searched refs:_bufindex (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 221 self._bufindex = 0
245 line = self._buffer[self._bufindex]
249 self._bufindex += 1
290 self._bufindex = 0
294 line = self._buffer[self._bufindex]
298 self._bufindex += 1
347 self._bufindex = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 221 self._bufindex = 0
245 line = self._buffer[self._bufindex]
249 self._bufindex += 1
290 self._bufindex = 0
294 line = self._buffer[self._bufindex]
298 self._bufindex += 1
347 self._bufindex = 0

Completed in 193 milliseconds