def getSizeBytes()

in sketches/Sketches.py [0:0]


    def getSizeBytes(self):
        return sum([sys.getsizeof(x) for x in self.topk_sampler.buffer])