Beispiel #1
0
 def __init__(self, lines=500, dry=False):
     """
     Create a new CSVImporter object.
     :param lines: see :class:`set_lines_per_commit`
     :param dry: see :class:`set_dry`
     """
     Importer.__init__(self, items=lines, dry=dry)
     self.lines = lines
Beispiel #2
0
 def __init__(self, lines=500, dry=False):
     """
     Create a new CSVImporter object.
     :param lines: see :class:`set_lines_per_commit`
     :param dry: see :class:`set_dry`
     """
     Importer.__init__(self, items=lines, dry=dry)
     self.lines = lines
Beispiel #3
0
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}
Beispiel #4
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
Beispiel #5
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
Beispiel #6
0
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}