Exemplo n.º 1
0
Arquivo: ravq.py Projeto: is44c/Calico
 def __init__(self, bucketSize=5):
     CircularList.__init__(self)
     self.bucketSize = bucketSize
Exemplo n.º 2
0
 def __init__(self, bucketSize=5):
     CircularList.__init__(self)
     self.bucketSize = bucketSize