Exemplo n.º 1
0
 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 = []
Exemplo n.º 3
0
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = []  # a list of GDOs with the parsed data
Exemplo n.º 4
0
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = [] # a list of GDOs with the parsed data