Ejemplo n.º 1
0
 def __init__(self, filename, format=Db.CsvFormatBackquote):
     self.checkClass(filename, OrigBeyondBanking, str)
     Reference.__init__(self, filename, format)
Ejemplo n.º 2
0
 def __init__(self, db_in, format=Db.CsvFormatBackquote):
     Reference.__init__(self, db_in, format)