예제 #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
예제 #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
예제 #3
0
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}
예제 #4
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
예제 #5
0
 def __init__(self):
     Importer.__init__(self)
     self._accounts = {}
     self.items = []
예제 #6
0
파일: ofximporter.py 프로젝트: tmaxter/stoq
 def __init__(self):
     Importer.__init__(self)
     self._headers = {}