Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 3
0
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}
Ejemplo n.º 4
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
Ejemplo n.º 5
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
Ejemplo n.º 6
0
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}