Lines Matching defs:next
261 """Return the next size number of bytes from the stream.
516 # modifications to frombuf(), as well as CpioFile.next() to pass the
575 self.firstmember = next(self)
583 cpioinfo = next(self)
853 next = __next__
889 cpioinfo = next(self)
909 """Find the next cpio archive glommed on to the end of the current one.
914 reading from the next archive, which can be done by creating a
926 """Return the next cpio archive glommed on to the end of the current one.
945 cpioinfo = next(self.cpiofile)
957 next = __next__