def rewind()

in cassette/cassette_library.py [0:0]


    def rewind(self):
        """Restore all responses to a re-seekable state."""
        for k, v in self.data.items():
            v.rewind()