def __iter__()

in sparkey/__init__.py [0:0]


    def __iter__(self):
        """Equivalent to L{iteritems}"""
        return self.iteritems()