コード例 #1
0
 def __init__(self):
     Parser.__init__(self)
     self.cursor = None
     self.db = None
     self.store_cursor = None
     self.store_db = None
     self.data = []
コード例 #2
0
 def __init__(self):
     Parser.__init__(self)
     self.cursor = None
     self.db = None
     self.store_cursor = None
     self.store_db = None
     self.data = []
コード例 #3
0
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = []  # a list of GDOs with the parsed data
コード例 #4
0
 def __init__(self):
     Parser.__init__(self)
     self.f = None
     self.data = [] # a list of GDOs with the parsed data