def next()

in src/base64io/__init__.py [0:0]


    def next(self):
        # type: () -> bytes
        """Python 2 iterator hook."""
        return self.__next__()