oss2/select_response.py [78:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return content
    
    def __iter__(self):
        return self

    def __next__(self):
        return self.next()
    
    def next(self):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



unittests/common.py [327:335]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return content

    def __iter__(self):
        return self

    def __next__(self):
        return self.next()

    def next(self):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



