def __init__(self):
        BaseFetch.__init__(self)

        self.start = 0
        self.count = 20
 def __init__(self):
     BaseFetch.__init__(self)
Example #3
0
    def __init__(self):
        BaseFetch.__init__(self)

        self.start = 0
        self.count = 20
 def __init__(self):
     BaseFetch.__init__(self)