def __init__(self):
     Parser.__init__(self)
     self.cursor = None
     self.db = None
     self.store_cursor = None
     self.store_db = None
     self.data = []
 def __init__(self):
     Parser.__init__(self)
     self.cursor = None
     self.db = None
     self.store_cursor = None
     self.store_db = None
     self.data = []
Example #3
0
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = []  # a list of GDOs with the parsed data
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = [] # a list of GDOs with the parsed data